From e372cb7773f5437b3bce259d42bca06f9a6ac685 Mon Sep 17 00:00:00 2001 From: Menci Date: Mon, 26 Jun 2017 16:07:22 +0800 Subject: [PATCH] Remove deprecated command line argument --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 014aa02..501d97b 100644 --- a/package.json +++ b/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": {