mirror of
https://github.com/electron/electron.git
synced 2026-01-30 17:58:33 -05:00
1
npm/.gitignore
vendored
1
npm/.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
node_modules
|
||||
*.zip
|
||||
dist
|
||||
path.txt
|
||||
.DS_Store
|
||||
|
||||
2
npm/.npmignore
Normal file
2
npm/.npmignore
Normal file
@@ -0,0 +1,2 @@
|
||||
dist/
|
||||
path.txt
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user