Skip to content

Commit 6244861

Browse files
committed
update name
1 parent e67e458 commit 6244861

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
downloaded
1+
downloaded/*.zip
22
node_modules

downloaded/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
downloaded atom shell zips get cached here

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "atom-shell-app",
2+
"name": "atom-shell-packager",
33
"version": "1.0.0",
44
"description": "package and distribute your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI",
55
"main": "index.js",
@@ -8,14 +8,14 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/maxogden/atom-shell-app.git"
11+
"url": "https://github.com/maxogden/atom-shell-packager.git"
1212
},
1313
"author": "max ogden",
1414
"license": "BSD",
1515
"bugs": {
16-
"url": "https://github.com/maxogden/atom-shell-app/issues"
16+
"url": "https://github.com/maxogden/atom-shell-packager/issues"
1717
},
18-
"homepage": "https://github.com/maxogden/atom-shell-app",
18+
"homepage": "https://github.com/maxogden/atom-shell-packager",
1919
"dependencies": {
2020
"extract-zip": "^1.0.3",
2121
"minimist": "^1.1.1",

0 commit comments

Comments
 (0)