Skip to content

Commit

Permalink
Merge pull request #209 from ralphtheninja/master
Browse files Browse the repository at this point in the history
add node-webkit to short description + add keyword
  • Loading branch information
ralphtheninja committed Jan 29, 2018
2 parents 2cee8c1 + 57942a6 commit 29e5f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# prebuild

> A command line tool for easily making prebuilt binaries for multiple versions of [Node.js](https://nodejs.org/en/) and [Electron](http://electron.atom.io/) on a specific platform.
> A command line tool for easily making prebuilt binaries for multiple versions of [Node.js](https://nodejs.org/en/), [Electron](http://electron.atom.io/) and [NW.js](https://nwjs.io/) on a specific platform.
```
$ npm install -g prebuild
Expand All @@ -24,6 +24,7 @@ Building is only required for targets with different [ABI](https://en.wikipedia.
```
prebuild --all
```

*Supported* ABI versions may change over time without a new prebuild release.

Alternatively, to build for some specific versions you can do:
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "prebuild",
"version": "7.2.2",
"description": "A command line tool for easily making prebuilt binaries for multiple versions of node or electron on a specific platform",
"description": "A command line tool for easily making prebuilt binaries for multiple versions of node, electron or node-webkit on a specific platform",
"scripts": {
"test": "tape test && npm run lint",
"audit": "nsp check",
Expand All @@ -17,7 +17,8 @@
"c++",
"bindings",
"devops",
"electron"
"electron",
"node-webkit"
],
"dependencies": {
"async": "^2.1.4",
Expand Down

0 comments on commit 29e5f2a

Please sign in to comment.