Skip to content

Commit

Permalink
Fix unsupported plural of repository in package.json
Browse files Browse the repository at this point in the history
Applies to [npmjs.com](https://www.npmjs.com/) and [nodejs.org](http://nodejs.org/)

Reference:
* https://docs.npmjs.com/files/package.json#repository

Warning:

``` sh-session
$ npm install bootstrap-markdown
npm WARN package.json [email protected] 'repositories' (plural) Not supported. Please pick one as the 'repository' field
```
  • Loading branch information
Martii committed Jan 15, 2015
1 parent 51b48d8 commit d4ea427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"name": "Taufan Aditya",
"web": "https://github.com/toopay"
}],
"repositories": [{
"repository": {
"type": "git",
"url": "https://github.com/toopay/bootstrap-markdown.git"
}]
}
}

0 comments on commit d4ea427

Please sign in to comment.