Switch to npm deps for blinking and network-checker

This commit is contained in:
Pagan Gazzard 2015-02-27 19:22:42 +00:00 committed by Pablo Carranza Vélez
parent 1f6d3acb0c
commit 8ca8f96f46
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"JSONStream": "~0.7.1",
"blinker": "git+ssh://git@bitbucket.org:rulemotion/blinker.git#v0.0.1",
"blinker": "~0.0.2",
"bluebird": "^2.6.0",
"coffee-script": "~1.8.0",
"csr-gen": "~0.2.1",
@ -17,7 +17,7 @@
"knex": "~0.7.3",
"lodash": "~3.0.0",
"mixpanel": "0.0.20",
"network-checker": "git+ssh://git@bitbucket.org:rulemotion/network-checker.git#v0.0.1",
"network-checker": "~0.0.2",
"ngrok": "~0.1.97",
"pubnub": "~3.6.4",
"randomstring": "~1.0.3",

View File

@ -5,7 +5,7 @@ config = require './config'
mixpanel = require 'mixpanel'
request = require './request'
networkCheck = require 'network-checker'
blink = require('blinker')(config.ledFile)
blink = require('blinking')(config.ledFile)
utils = exports