Skip to content

Commit

Permalink
npm 2 is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed May 14, 2016
1 parent 48ac68b commit 564ccd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.1.2-beta5
-------------
- remove the prepublish scripts because npm 2 can't guarantee they'll have the packages they need

Version 3.1.2-beta4
-------------
- Attempting to find a version of npm that lets us publish and be consumed by the most platforms
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "3.1.2-beta4",
"version": "3.1.2-beta5",
"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/3.1.2-beta4"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2-beta5"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 564ccd4

Please sign in to comment.