Skip to content

Commit 0aa2eb3

Browse files
committed
build: Remove redundant --harmony flag for node invocation
This is only for the test of node-qunit itself. Generators were enabled by default as of Node 4.0. <https://nodejs.org/en/blog/release/v4.0.0/>
1 parent 4212f8d commit 0aa2eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node": ">=0.6.0 < 8.0"
3535
},
3636
"scripts": {
37-
"test": "node --harmony ./test/testrunner.js && eslint .",
37+
"test": "node ./test/testrunner.js && eslint .",
3838
"lint": "eslint ."
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)