Skip to content

Commit

Permalink
npm2 makes having deps during install near impossible
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed May 14, 2016
1 parent cf6ba3b commit c050822
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ npm-debug.log
gyp-mac-tool
.node_pre_gyprc
/.idea
.pre-publish-info
32 changes: 0 additions & 32 deletions bin/pre-publish.js

This file was deleted.

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-beta6",
"version": "3.1.2-beta7",
"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-beta5"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2-beta7"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit c050822

Please sign in to comment.