Skip to content

Commit

Permalink
Merge branch 'master' of github.com:blakeembrey/pluralize
Browse files Browse the repository at this point in the history
* 'master' of github.com:blakeembrey/pluralize:
  Add component.json
  Update .gitignore for component support
  • Loading branch information
blakeembrey committed Sep 28, 2014
2 parents 5df6cca + 7a1e420 commit c126666
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
node_modules
components
build
coverage
18 changes: 18 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "pluralize",
"version": "1.0.1",
"description": "Pluralize and singularize any word",
"main": "pluralize.js",
"repository": "blakeembrey/pluralize",
"keywords": [
"plural",
"plurals",
"pluralize",
"singular",
"singularize"
],
"license": "MIT",
"scripts": [
"pluralize.js"
]
}

0 comments on commit c126666

Please sign in to comment.