Skip to content

Commit 3ce0ea8

Browse files
committed
Fix pre-gyp's binding paths so bindings can find it when not built locally.
1 parent 4f5442a commit 3ce0ea8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.0.7-beta4
2+
-------------
3+
- Fix pre-gyp paths so bindings can be found
4+
15
Version 2.0.7-beta3
26
-------------
37
- Fix support systems who provide 0 as a valid file descriptor

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "2.0.7-beta3",
3+
"version": "2.0.7-beta4",
44
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -9,9 +9,9 @@
99
},
1010
"binary": {
1111
"module_name": "serialport",
12-
"module_path": "./build/{configuration}/{node_abi}-{platform}-{arch}/",
12+
"module_path": "./out/{configuration}/",
1313
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
14-
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta3"
14+
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta4"
1515
},
1616
"main": "./serialport",
1717
"repository": {

publish-binaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We have an automated make task, we should always use this task to avoid forgetti
2323

2424
Differences for beta release
2525
* Work in a beta branch
26-
* Tag like: `git tag -m "2.0.7-beta1" 2.0.7-beta1`
26+
* Tag like: `git tag 2.0.7-beta1 -a` and include the change log in the tag's annotation.
2727
* Publish like `npm publish . --tag beta1`
2828

2929
## Config Travis, AppVeyor and Github to generate all of the binaries.

0 commit comments

Comments
 (0)