Node start script added
This commit is contained in:
parent
a7de236f3f
commit
38b51999b8
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
||||||
"description": "TFT Compositions Paths",
|
"description": "TFT Compositions Paths",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "node index"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"TFT",
|
"TFT",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue