Skip to content

Commit c050822

Browse files
committed
npm2 makes having deps during install near impossible
1 parent cf6ba3b commit c050822

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ npm-debug.log
77
gyp-mac-tool
88
.node_pre_gyprc
99
/.idea
10-
.pre-publish-info

bin/pre-publish.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)