zkjson 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
- "license": "MIT"
6
+ "license": "MIT",
7
+ "dependencies": {
8
+ "ramda": "^0.29.1"
9
+ }
7
10
  }