Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetandezeiraud committed Dec 4, 2019
1 parent 53299f1 commit 412fefc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bsdiff-nodejs",
"description": "An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/Exoway/bsdiff-nodejs.git"
Expand Down Expand Up @@ -35,10 +35,10 @@
"gypfile": true,
"dependencies": {
"nan": "^2.14.0",
"node-pre-gyp": "^0.13.0"
"node-pre-gyp": "^0.14.0"
},
"devDependencies": {
"mocha": "^6.2.0",
"mocha": "^6.2.2",
"node-pre-gyp-github": "^1.4.3"
}
}

0 comments on commit 412fefc

Please sign in to comment.