Browse Source

Remove deprecated command line argument

pull/6/head
Menci 8 years ago
parent
commit
e372cb7773
  1. 2
      package.json

2
package.json

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

Loading…
Cancel
Save