Update package.json
Showing
| ... | ... | @@ -5,7 +5,7 @@ |
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "node index.js", | ||
| "start" "node index.js" | ||
| "start": "node index.js" | ||
| }, | ||
| "author": "Krit P.", | ||
| "license": "ISC", | ||
| ... | ... |
Please register or sign in to comment