Commit 686b2b707e3c2d18c8b9181bb82d4e2cadb16562
remove old deps
Signed-off-by: wanderer <mjbecze@gmail.com>wanderer committed on 3/30/2018, 6:59:50 PM
Parent: 0785a47541b3b3611d965a9a48edcbe1ba110a9c
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 370223 bytes New file size: 366940 bytes |
package.json | ||
---|---|---|
@@ -32,14 +32,11 @@ | ||
32 | 32 | "dependencies": { |
33 | 33 | "binary-search-insert": "^1.0.3", |
34 | 34 | "borc": "git+https://github.com:dignifiedquire/borc.git#fix/nested-array", |
35 | 35 | "events": "^2.0.0", |
36 | - "primea-annotations": "0.0.3", | |
37 | 36 | "primea-objects": "0.0.1", |
38 | 37 | "reference-map": "^1.2.3", |
39 | - "safe-buffer": "^5.1.1", | |
40 | - "wasm-json-toolkit": "^0.2.3", | |
41 | - "wasm-metering": "^0.1.1" | |
38 | + "safe-buffer": "^5.1.1" | |
42 | 39 | }, |
43 | 40 | "devDependencies": { |
44 | 41 | "levelup": "^2.0.2", |
45 | 42 | "coveralls": "^3.0.0", |
@@ -47,8 +44,7 @@ | ||
47 | 44 | "documentation": "^6.0.0", |
48 | 45 | "level-browserify": "^1.1.2", |
49 | 46 | "nyc": "^11.6.0", |
50 | 47 | "standard": "11.0.1", |
51 | - "tape": "^4.9.0", | |
52 | - "wabt": "^1.0.0" | |
48 | + "tape": "^4.9.0" | |
53 | 49 | } |
54 | 50 | } |
Built with git-ssb-web