mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-04 05:06:37 +00:00
0.16.0-beta.3
Fix dependencies. Tweak makefile.
This commit is contained in:
parent
d889b539a3
commit
29dd24ce2b
6
Makefile
6
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/'"
|
||||
|
||||
|
24
npm-shrinkwrap.json
generated
24
npm-shrinkwrap.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user