update name

This commit is contained in:
Max Ogden 2015-03-22 19:55:15 -07:00
parent e67e458de8
commit 6244861b74
3 changed files with 6 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
downloaded
downloaded/*.zip
node_modules

1
downloaded/readme.md Normal file
View File

@ -0,0 +1 @@
downloaded atom shell zips get cached here

View File

@ -1,5 +1,5 @@
{
"name": "atom-shell-app",
"name": "atom-shell-packager",
"version": "1.0.0",
"description": "package and distribute your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI",
"main": "index.js",
@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/atom-shell-app.git"
"url": "https://github.com/maxogden/atom-shell-packager.git"
},
"author": "max ogden",
"license": "BSD",
"bugs": {
"url": "https://github.com/maxogden/atom-shell-app/issues"
"url": "https://github.com/maxogden/atom-shell-packager/issues"
},
"homepage": "https://github.com/maxogden/atom-shell-app",
"homepage": "https://github.com/maxogden/atom-shell-packager",
"dependencies": {
"extract-zip": "^1.0.3",
"minimist": "^1.1.1",