Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whs committed Aug 18, 2019
1 parent d2b10cd commit 1b8d968
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 220 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweetnacl-sealedbox-js",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "sealedbox.node.js",
"module": "entrypoint.js",
Expand All @@ -12,13 +12,14 @@
"author": "",
"license": "MIT",
"devDependencies": {
"mocha": "^4.0.1",
"sodium": "^2.0.3",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
"libsodium-wrappers": "^0.7.5",
"mocha": "^6.2.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"blakejs": "^1.1.0",
"tweetnacl": "^1.0.0"
"tweetnacl": "^1.0.1"
}
}
212 changes: 1 addition & 211 deletions sealedbox.node.js

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

Loading

0 comments on commit 1b8d968

Please sign in to comment.