fix(core): update

This commit is contained in:
2019-06-10 10:43:22 +02:00
parent 5ef828500b
commit 9fbcb625d3
3 changed files with 7 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
"description": "docker image with nodejs and shipzone.io support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"no npm test specified\"",
"build": "echo \"Not needed for now\""
},
"repository": {
@@ -27,5 +27,8 @@
"cli.js",
"npmextra.json",
"readme.md"
]
],
"directories": {
"test": "test"
}
}