Update package.json
This commit is contained in:
parent
7297f18d0a
commit
865423bfcd
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npm start"
|
||||
"test": "npm start",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue