Browse Source

Remove deprecated command line argument

master
Menci 7 years ago
parent
commit
e372cb7773
  1. 2
      package.json

2
package.json

@ -4,7 +4,7 @@
"description": "An OnlineJudge System for OI",
"main": "app.js",
"scripts": {
"start": "node --harmony-async-await app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

Loading…
Cancel
Save