From 29dd24ce2b8c52708b6c5ffaf8106fd4a0cc9e67 Mon Sep 17 00:00:00 2001 From: haad Date: Thu, 1 Dec 2016 16:50:51 +0100 Subject: [PATCH] 0.16.0-beta.3 Fix dependencies. Tweak makefile. --- Makefile | 6 +++--- npm-shrinkwrap.json | 24 ------------------------ package.json | 4 +--- 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/Makefile b/Makefile index 0e298dc..7d11205 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ all: build deps: - @npm install + npm install test: deps - @npm run test + npm run test build: deps - @npm run build + npm run build @echo "Build success!" @echo "Output: 'dist/', 'examples/browser/'" diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0c439ff..8575548 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -183,35 +183,11 @@ "from": "inherits@>=2.0.1 <2.1.0", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" }, - "ipfs-block": { - "version": "0.5.0", - "from": "ipfs-block@>=0.5.0 <0.6.0", - "resolved": "https://registry.npmjs.org/ipfs-block/-/ipfs-block-0.5.0.tgz", - "dependencies": { - "multihashing-async": { - "version": "0.3.0", - "from": "multihashing-async@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.3.0.tgz" - } - } - }, "ipfs-log": { "version": "1.6.0-beta.4", "from": "ipfs-log@>=1.6.0-beta.3 <2.0.0", "resolved": "https://registry.npmjs.org/ipfs-log/-/ipfs-log-1.6.0-beta.4.tgz" }, - "ipld-dag-pb": { - "version": "0.9.1", - "from": "ipld-dag-pb@>=0.9.1 <0.10.0", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.9.1.tgz", - "dependencies": { - "multihashing-async": { - "version": "0.3.0", - "from": "multihashing-async@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.3.0.tgz" - } - } - }, "is-ipfs": { "version": "0.2.1", "from": "is-ipfs@>=0.2.1 <0.3.0", diff --git a/package.json b/package.json index c232270..aeafbfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit-db", - "version": "0.16.0-beta.2", + "version": "0.16.0-beta.3", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT", @@ -19,10 +19,8 @@ "fs-pull-blob-store": "^0.4.1", "idb-pull-blob-store": "^0.5.1", "ipfs-log": "^1.6.0-beta.3", - "ipld-dag-pb": "^0.9.1", "lock": "^0.1.3", "logplease": "^1.2.9", - "multihashing-async": "^0.3.0", "orbit-db-counterstore": "^0.1.7", "orbit-db-docstore": "^0.0.8", "orbit-db-eventstore": "^0.1.8",