Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Sep 17, 2018
1 parent 88dcd42 commit 951f96d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 31 deletions.
74 changes: 46 additions & 28 deletions package-lock.json

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

6 changes: 3 additions & 3 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.6",
"version": "1.0.7",
"author": "Pedro Dias <[email protected]>",
"maintainers": [
"apocas <[email protected]>"
Expand All @@ -18,13 +18,13 @@
],
"dependencies": {
"JSONStream": "1.3.2",
"debug": "^3.1.0",
"debug": "^3.2.5",
"readable-stream": "~1.0.26-4",
"split-ca": "^1.0.0"
},
"devDependencies": {
"chai": "~4.1.0",
"mocha": "^5.0.5"
"mocha": "^5.2.0"
},
"main": "./lib/modem",
"scripts": {
Expand Down

0 comments on commit 951f96d

Please sign in to comment.