Skip to content

Commit

Permalink
Fix bower.json (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann authored and blakeembrey committed Jul 14, 2017
1 parent 5a4a0aa commit fffaf87
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions component.json → bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "pluralize",
"version": "4.0.0",
"description": "Pluralize and singularize any word",
"main": "pluralize.js",
"repository": "blakeembrey/pluralize",
"keywords": [
"plural",
"plurals",
Expand All @@ -12,11 +10,17 @@
"singularize"
],
"license": "MIT",
"scripts": [
"pluralize.js"
],
"homepage": "https://github.com/blakeembrey/pluralize",
"authors": [
"Blake Embrey <hello@blakeembrey.com>"
],
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"/.*",
"test.js"
]
}

0 comments on commit fffaf87

Please sign in to comment.