Skip to content

Commit

Permalink
remove harmony-proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Nov 8, 2016
1 parent 37341ee commit 876054e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/nuxt
@@ -1,4 +1,4 @@
#!/usr/bin/env node --harmony_proxies
#!/usr/bin/env node

const { join } = require('path')
const { spawn } = require('cross-spawn')
Expand Down
2 changes: 1 addition & 1 deletion bin/nuxt-init
@@ -1,4 +1,4 @@
#!/usr/bin/env node --harmony_proxies
#!/usr/bin/env node

const co = require('co')
const mkdirp = require('mkdirp-then')
Expand Down
2 changes: 1 addition & 1 deletion bin/nuxt-start
@@ -1,4 +1,4 @@
#!/usr/bin/env node --harmony_proxies
#!/usr/bin/env node

const http = require('http')
const co = require('co')
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "0.2.0",
"version": "0.2.1",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 876054e

Please sign in to comment.