Skip to content

Commit 515f077

Browse files
committed
remove extra cov badge, add jsnext:main and change main to point to lib
1 parent ddf1f09 commit 515f077

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ IPFS Repo JavaScript Implementation
99
[![Build Status](https://travis-ci.org/ipfs/js-ipfs-repo.svg)](https://travis-ci.org/ipfs/js-ipfs-repo)
1010
![](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)
1111
[![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)
1312
[![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js)
1413

1514
## Description

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "ipfs-repo",
33
"version": "0.5.4",
44
"description": "IPFS Repo implementation",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
6+
"jsnext:main": "src/index.js",
67
"scripts": {
78
"test": "dignified-test",
89
"test:node": "dignified-test node",
@@ -11,8 +12,8 @@
1112
"coverage": "dignified-coverage",
1213
"lint": "dignified-lint",
1314
"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"
1617

1718
},
1819
"repository": {

0 commit comments

Comments
 (0)