File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- js-ipfs-repo
2
- ============
1
+ IPFS Repo JavaScript Implementation
2
+ ===================================
3
3
4
4
> Implementation of the IPFS repo spec (https://github.com/ipfs/specs/tree/master/repo ) in JavaScript
5
5
@@ -8,7 +8,9 @@ js-ipfs-repo
8
8
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
9
9
[ ![ Build Status] ( https://travis-ci.org/ipfs/js-ipfs-repo.svg )] ( https://travis-ci.org/ipfs/js-ipfs-repo )
10
10
![ ] ( https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square ) [ ![ Dependency Status] ( https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-ipfs-repo )
11
- [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard ) [ ![ dignified.js] ( https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square )] ( https://github.com/dignifiedquire/dignified.js )
11
+ [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
12
+ ![ ] ( https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square )
13
+ [ ![ dignified.js] ( https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square )] ( https://github.com/dignifiedquire/dignified.js )
12
14
13
15
## Description
14
16
Original file line number Diff line number Diff line change 10
10
"build" : " dignified-build" ,
11
11
"coverage" : " dignified-coverage" ,
12
12
"lint" : " dignified-lint" ,
13
- "release" : " dignified-release"
13
+ "release" : " dignified-release" ,
14
+ "release-minor" : " dignified-release --minor" ,
15
+ "release-major" : " dignified-release --major"
16
+
14
17
},
15
18
"repository" : {
16
19
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments