mirror of
https://github.com/danbulant/bpm
synced 2026-07-05 11:00:40 +00:00
Change to output of bpm init
This commit is contained in:
parent
ff990b3a95
commit
b822e2be29
1 changed files with 4 additions and 6 deletions
|
|
@ -4,12 +4,10 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node index.js",
|
||||||
|
"test": "echo \"No test specified!\""
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC"
|
||||||
"dependencies": {
|
}
|
||||||
"got": "^10.5.7"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue