Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
test: open() in before
Browse files Browse the repository at this point in the history
package.json and src update

keystore path fix

update io deps

fix: removing keystore.open

Forcing keystore options

test: updates

test: fix

chore: package-lock

Updated dependencies

fix: creating default signingKeystore

chore: dependencies

Add localMaintainers field

These people should have access rights to publish on npm. See https://github.com/orbitdb/welcome/blob/master/npm-policy.md.

fix: access keystore directly

fix: restoring _store

update build

v0.1.1

add .npmignore

update build

v1.1.2

v1.1.3

v0.1.4

v0.1.5

fix linting

merging in master

Final build stuff

package lock

Adding default keystore if none exists

Fixing package.json

Changing to keyspath
  • Loading branch information
aphelionz committed Jul 31, 2019
1 parent 1e4b599 commit 75ebf60
Show file tree
Hide file tree
Showing 9 changed files with 11,753 additions and 1,659 deletions.
24 changes: 24 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
all: build

deps:
npm install

test: deps
npm run test

build: test
mkdir -p examples/browser/lib/
npm run build
@echo "Build success!"
@echo "Output: 'dist/', 'examples/browser/'"

clean:
rm -rf orbitdb/
rm -rf node_modules/

clean-dependencies: clean
rm -f package-lock.json;

rebuild: | clean-dependencies build

.PHONY: test build
14 changes: 7 additions & 7 deletions dist/index-browser.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 75ebf60

Please sign in to comment.