Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

updated scripts / .ignores #30

Merged
merged 1 commit into from
May 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
*.zip
dist
path.txt
.DS_Store
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
path.txt
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"url": "https://github.com/mafintosh/electron-prebuilt"
},
"scripts": {
"install": "node install.js",
"test": "tape test/*.js",
"cache-clean": "rimraf ~/.electron"
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
"pretest": "npm run cache-clean && node install.js",
"test": "tape test/*.js"
},
"bin": {
"electron": "cli.js"
Expand Down