From b822e2be29b80e5ecd411f9f80b95063d0a748d3 Mon Sep 17 00:00:00 2001 From: danbulant Date: Wed, 19 Feb 2020 19:46:11 +0100 Subject: [PATCH] Change to output of bpm init --- test/package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/test/package.json b/test/package.json index 4b8837a..6347873 100644 --- a/test/package.json +++ b/test/package.json @@ -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" +} \ No newline at end of file