File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ IPFS Repo JavaScript Implementation
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
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
12
[ ![ dignified.js] ( https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square )] ( https://github.com/dignifiedquire/dignified.js )
14
13
15
14
## Description
Original file line number Diff line number Diff line change 2
2
"name" : " ipfs-repo" ,
3
3
"version" : " 0.5.4" ,
4
4
"description" : " IPFS Repo implementation" ,
5
- "main" : " src/index.js" ,
5
+ "main" : " lib/index.js" ,
6
+ "jsnext:main" : " src/index.js" ,
6
7
"scripts" : {
7
8
"test" : " dignified-test" ,
8
9
"test:node" : " dignified-test node" ,
11
12
"coverage" : " dignified-coverage" ,
12
13
"lint" : " dignified-lint" ,
13
14
"release" : " dignified-release" ,
14
- "release-minor" : " dignified-release -- minor" ,
15
- "release-major" : " dignified-release -- major"
15
+ "release-minor" : " dignified-release minor" ,
16
+ "release-major" : " dignified-release major"
16
17
17
18
},
18
19
"repository" : {
You can’t perform that action at this time.
0 commit comments