Skip to content

Commit

Permalink
dependencies bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Feb 20, 2018
1 parent 81fb3a8 commit 595a873
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 6 deletions.
295 changes: 295 additions & 0 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-modem",
"description": "Docker remote API network layer module.",
"version": "1.0.4",
"version": "1.0.5",
"author": "Pedro Dias <[email protected]>",
"maintainers": [
"apocas <[email protected]>"
Expand All @@ -17,18 +17,18 @@
"docker"
],
"dependencies": {
"JSONStream": "0.10.0",
"debug": "^2.6.0",
"JSONStream": "1.3.2",
"debug": "^3.1.0",
"readable-stream": "~1.0.26-4",
"split-ca": "^1.0.0"
},
"devDependencies": {
"chai": "~1.7.0",
"mocha": "~1.12.0"
"chai": "~4.1.0",
"mocha": "~5.0.0"
},
"main": "./lib/modem",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec"
"test": "./node_modules/mocha/bin/mocha -R spec --exit"
},
"engines": {
"node": ">= 0.8"
Expand Down

0 comments on commit 595a873

Please sign in to comment.