rename build.js -> package.js

This commit is contained in:
Feross Aboukhadijeh
2016-03-10 14:46:19 -08:00
parent 7c94c4166c
commit b904f590c8
3 changed files with 5 additions and 5 deletions

View File

@@ -28,14 +28,14 @@ $ npm install
$ npm start
```
### Build binaries
### Package app
Builds app binaries for OS X, Linux, and Windows.
```
$ npm run build
$ npm run package
```
Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
## License

View File

@@ -45,8 +45,8 @@
"url": "git://github.com/feross/webtorrent-app.git"
},
"scripts": {
"build": "node ./bin/build.js",
"debug": "DEBUG=* electron .",
"package": "node ./bin/package.js",
"start": "electron .",
"test": "standard",
"update-authors": "./bin/update-authors.sh"