Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed May 28, 2018
1 parent a003963 commit 713d730
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lib/transports/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const debug = require('debug')('skyring:transports')
, http = require('./http')
, kLoad = Symbol('kLoad')
, kShutdown = Symbol.for('kShutdown')
, ENV = conf.get('NODE_ENV')
, ENV = conf.get('node_env')
, defaults = toArray(conf.get('transport'))
;

Expand Down
66 changes: 29 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"body": "^5.1.0",
"debug": "^3.1.0",
"encoding-down": "^5.0.2",
"keef": "^2.0.0",
"keef": "^4.0.1",
"level": "^4.0.0",
"memdown": "^3.0.0",
"nats": "^0.8.10",
Expand Down

0 comments on commit 713d730

Please sign in to comment.