keybase-nacl
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,5 @@ | ||
# v1.1.2 (2019-11-04) | ||
- sodium is now optional | ||
# v1.1.1 (2019-07-31) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "keybase-nacl", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A small wrapper library to switch between C and JS NaCl depending on the install", | ||
@@ -28,3 +28,5 @@ "main": "lib/main.js", | ||
"icsify": "^0.7.0", | ||
"nyc": "^14.1.1", | ||
"nyc": "^14.1.1" | ||
}, | ||
"optionalDependences": { | ||
"sodium": "^3.0.2" | ||
@@ -31,0 +33,0 @@ }, |
857538
5