Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 6ecd118

Browse files
author
Kaelig
committed
Remove redundant flags
1 parent d74a070 commit 6ecd118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"homepage": "https://github.com/salesforce-ux/query-ast",
1515
"scripts": {
16-
"start": "node --harmony_destructuring --harmony_rest_parameters lib/index.js",
17-
"test": "mocha lib/**/*.js test/**/*.js --reporter min --recursive --harmony_destructuring --harmony_rest_parameters",
16+
"start": "node lib/index.js",
17+
"test": "mocha lib/**/*.js test/**/*.js --reporter min --recursives",
1818
"lint": "standard",
1919
"build": "babel lib --out-dir dist --presets es2015",
2020
"doc": "jsdoc -c jsdoc.json && mv doc/query-ast/* doc/ && rm -rf doc/query-ast",

0 commit comments

Comments
 (0)