Change to output of bpm init

This commit is contained in:
danbulant 2020-02-19 19:46:11 +01:00
parent ff990b3a95
commit b822e2be29

View file

@ -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"
}
} }