diff --git a/package.json b/package.json index ee25876..2293385 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,11 @@ { "name": "atom-shell-app", "version": "1.0.0", - "description": "package your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI", + "description": "package and distribute your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI", "main": "index.js", "bin": { "atom-shell-packager": "cli.js" }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "https://github.com/maxogden/atom-shell-app.git" @@ -20,7 +17,6 @@ }, "homepage": "https://github.com/maxogden/atom-shell-app", "dependencies": { - "cpr": "^0.4.0", "extract-zip": "^1.0.3", "minimist": "^1.1.1", "mkdirp": "^0.5.0",