Skip to content

Commit 564ccd4

Browse files
committed
npm 2 is annoying
1 parent 48ac68b commit 564ccd4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 3.1.2-beta5
2+
-------------
3+
- remove the prepublish scripts because npm 2 can't guarantee they'll have the packages they need
4+
15
Version 3.1.2-beta4
26
-------------
37
- Attempting to find a version of npm that lets us publish and be consumed by the most platforms

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "3.1.2-beta4",
3+
"version": "3.1.2-beta5",
44
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -10,7 +10,7 @@
1010
"binary": {
1111
"module_name": "serialport",
1212
"module_path": "build/{configuration}/",
13-
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2-beta4"
13+
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2-beta5"
1414
},
1515
"main": "./lib/serialport",
1616
"repository": {

0 commit comments

Comments
 (0)