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": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js",
"test": "echo \"No test specified!\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"got": "^10.5.7"
}
}
"license": "ISC"
}