Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"description": "",
|
5 |
"main": "index.js",
|
6 |
"scripts": {
|
7 |
-
"start": "
|
8 |
"test": "echo \"Error: no test specified\" && exit 1"
|
9 |
},
|
10 |
"keywords": [],
|
|
|
4 |
"description": "",
|
5 |
"main": "index.js",
|
6 |
"scripts": {
|
7 |
+
"start": "node --loader server.js",
|
8 |
"test": "echo \"Error: no test specified\" && exit 1"
|
9 |
},
|
10 |
"keywords": [],
|