git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 5abe6750505a23791da65e54301ec095a9551bb6

remove tree from deps

Signed-off-by: wanderer <mjbecze@gmail.com>
wanderer committed on 10/20/2017, 8:02:43 PM
Parent: 9695ea8eac2e23f6a7008304a5e2954129f7019d

Files changed

package.jsonchanged
tests/index.jschanged
package.jsonView
@@ -30,15 +30,15 @@
3030 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
3131 "license": "MPL-2.0",
3232 "dependencies": {
3333 "binary-search-insert": "^1.0.3",
34- "dfinity-radix-tree": "0.0.4",
3534 "lockmap": "0.0.0",
3635 "primea-message": "0.0.2",
3736 "sortedmap": "0.0.1",
3837 "typedarray-addition": "0.0.1"
3938 },
4039 "devDependencies": {
40 + "dfinity-radix-tree": "0.0.4",
4141 "coveralls": "^3.0.0",
4242 "documentation": "^5.0.1",
4343 "level": "^2.0.0",
4444 "nyc": "^11.2.1",
tests/index.jsView
@@ -58,9 +58,8 @@
5858 }
5959 }))
6060
6161 rootContainer = await hypervisor.getInstance(rootContainer.id)
62-
6362 hypervisor.pin(rootContainer)
6463
6564 const [portRef1, portRef2] = rootContainer.ports.createChannel()
6665 const initMessage = new CreationMessage({

Built with git-ssb-web