Skip to content

Commit

Permalink
Start bundling node-pre-gyp per #753
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Apr 25, 2016
1 parent a8df919 commit ac82f85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For support you can open a [github issue](https://github.com/voodootikigod/node-

***

You're reading the latest README for `serialport@2.1.1` the latest `2.x` release.
You're reading the latest README for `serialport@2.1.2` the latest `2.x` release.

- [`serialport@1.7.4` docs are here](https://github.com/voodootikigod/node-serialport/blob/v1.7.4/README.md) it was the last `1.x` release

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.1.2
-------------
- Start bundling node-pre-gyp but upgrade it to the latest as the previous version doesn't install

Version 2.1.1
-------------
- `.list` errors are consistent across platforms and no longer has blocking `statSync` calls
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "2.1.1",
"version": "2.1.2",
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -10,7 +10,7 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.1.1"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.1.2"
},
"main": "./lib/serialport",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"bluebird": "^3.3.5",
"debug": "^2.1.1",
"nan": "~2.2.1",
"node-pre-gyp": "0.6.x",
"node-pre-gyp": "^0.6.26",
"node-pre-gyp-github": "^1.1.0",
"object.assign": "^4.0.3",
"optimist": "~0.6.1",
Expand All @@ -74,6 +74,10 @@
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"bundledDependencies": [
"node-pre-gyp",
"node-pre-gyp-github"
],
"engines": {
"node": ">= 0.10.0"
},
Expand All @@ -83,7 +87,6 @@
},
"license": "MIT",
"scripts": {
"preinstall": "npm install node-pre-gyp node-pre-gyp-github",
"install": "node-pre-gyp install --fallback-to-build",
"rebuild": "npm rebuild && node-pre-gyp rebuild",
"stress": "mocha --no-timeouts test/arduinoTest/stress.js",
Expand Down

0 comments on commit ac82f85

Please sign in to comment.