removed old node.js param

This commit is contained in:
antelle 2017-06-11 10:15:52 +02:00
parent 06926df399
commit 696d178616
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
"doc": "docs"
},
"scripts": {
"start": "node --harmony-async-await scripts/start.js",
"update": "node --harmony-async-await scripts/update-plugins.js",
"translations": "node --harmony-async-await scripts/download-translations.js"
"start": "node scripts/start.js",
"update": "node scripts/update-plugins.js",
"translations": "node scripts/download-translations.js"
},
"repository": {
"type": "git",