From ace73543927f22212fe08d2bab3309f3057fc56d Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Sun, 22 Mar 2015 19:53:30 -0700 Subject: [PATCH] 1.0.0 --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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",