Skip to content

Commit 199b59f

Browse files
committed
2 parents 1778d4a + 5bf9dfa commit 199b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "yarn clean && webpack --config webpack.config.js",
2020
"transpile": "babel src --out-dir dist",
21-
"start": "node --experimental-fetch --title aegis src/bootstrap.js",
21+
"start": "node --title aegis src/bootstrap.js",
2222
"demo": "open http://localhost",
2323
"reload": "curl -s http://localhost/reload",
2424
"stop": "PID=$(lsof -P -i | grep aegis | grep LISTEN | awk '{print $2}'); kill $PID",

0 commit comments

Comments
 (0)