Commit 3d3fc0d82dd65f14b8533dcd2fb881c9fbbb1bd3
remove old packages
Signed-off-by: wanderer <mjbecze@gmail.com>wanderer committed on 1/19/2018, 2:36:25 AM
Parent: 3f8c23e36f6d90d0c86b778fb27c24c5aa57c8a1
Files changed
index.js | changed |
package-lock.json | changed |
package.json | changed |
index.js | ||
---|---|---|
@@ -42,9 +42,8 @@ | ||
42 | 42 | type |
43 | 43 | }) |
44 | 44 | |
45 | 45 | await actor.startup() |
46 | - // save the newly created instance | |
47 | 46 | this.scheduler.update(actor) |
48 | 47 | return actor |
49 | 48 | } |
50 | 49 |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 342236 bytes New file size: 341239 bytes |
package.json | ||
---|---|---|
@@ -34,10 +34,8 @@ | ||
34 | 34 | "binary-search-insert": "^1.0.3", |
35 | 35 | "buffer-pipe": "0.0.2", |
36 | 36 | "events": "^1.1.1", |
37 | 37 | "leb128": "0.0.4", |
38 | - "primea-capability": "0.0.1", | |
39 | - "primea-message": "0.6.1", | |
40 | 38 | "safe-buffer": "^5.1.1", |
41 | 39 | "sortedmap": "0.0.1", |
42 | 40 | "typedarray-addition": "0.0.1" |
43 | 41 | }, |
Built with git-ssb-web