mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
Switch to npm deps for blinking and network-checker
This commit is contained in:
parent
1f6d3acb0c
commit
8ca8f96f46
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user