Skip to content

Commit

Permalink
Revert "fix: node no longer supports --harmony-proxies flag"
Browse files Browse the repository at this point in the history
This reverts commit 3373e65.
  • Loading branch information
mattlubner committed Dec 22, 2017
1 parent 7dff5e5 commit 899ee8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "Boilerplate project for building Isomorphic apps using React and Redux",
"scripts": {
"test": "cross-env NODE_ENV=test PORT=8080 MONGO_URL=mongodb://localhost:27017/mern-test node_modules/.bin/nyc node node_modules/.bin/ava",
"test": "cross-env NODE_ENV=test PORT=8080 MONGO_URL=mongodb://localhost:27017/mern-test node_modules/.bin/nyc node --harmony-proxies node_modules/.bin/ava",
"watch:test": "npm run test -- --watch",
"cover": "nyc npm run test",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
Expand Down Expand Up @@ -111,7 +111,7 @@
"webpack2-externals-plugin": "^1.0.0"
},
"engines": {
"node": ">=6"
"node": ">=4"
},
"ava": {
"files": [
Expand Down

0 comments on commit 899ee8f

Please sign in to comment.