Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit d10b38e

Browse files
committed
Write permissions
1 parent 3c2f36c commit d10b38e

29 files changed

+1101
-1051
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ test: deps
99
clean:
1010
rm -rf node_modules/
1111
rm -rf orbitdb/
12+
rm package-lock.json
1213

1314
.PHONY: test build

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# orbitdb - CLI for orbit-db
22

3-
[![npm version](https://badge.fury.io/js/orbit-db-cli.svg)](https://badge.fury.io/js/orbit-db-cli)
4-
[![CircleCI](https://circleci.com/gh/orbitdb/orbit-db-cli.svg?style=shield)](https://circleci.com/gh/orbitdb/orbit-db-cli)
53
[![](https://img.shields.io/badge/freenode-%23orbitdb-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23orbitdb)
4+
[![CircleCI](https://circleci.com/gh/orbitdb/orbit-db-cli.svg?style=shield)](https://circleci.com/gh/orbitdb/orbit-db-cli)
5+
[![npm version](https://badge.fury.io/js/orbit-db-cli.svg)](https://www.npmjs.com/package/orbit-db-cli)
6+
[![node](https://img.shields.io/node/v/orbit-db-cli.svg)](https://www.npmjs.com/package/orbit-db-cli)
67

78
A CLI tool to manage [orbit-db](https://github.com/orbitdb/orbit-db) databases.
89

0 commit comments

Comments
 (0)