Skip to content

Commit

Permalink
remove extra cov badge, add jsnext:main and change main to point to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 10, 2016
1 parent ddf1f09 commit 515f077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ IPFS Repo JavaScript Implementation
[![Build Status](https://travis-ci.org/ipfs/js-ipfs-repo.svg)](https://travis-ci.org/ipfs/js-ipfs-repo)
![](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)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
![](https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square)
[![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js)

## Description
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "ipfs-repo",
"version": "0.5.4",
"description": "IPFS Repo implementation",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "dignified-test",
"test:node": "dignified-test node",
Expand All @@ -11,8 +12,8 @@
"coverage": "dignified-coverage",
"lint": "dignified-lint",
"release": "dignified-release",
"release-minor": "dignified-release --minor",
"release-major": "dignified-release --major"
"release-minor": "dignified-release minor",
"release-major": "dignified-release major"

},
"repository": {
Expand Down

0 comments on commit 515f077

Please sign in to comment.