Skip to content

Commit

Permalink
Merge pull request #10 from wooorm/feature/add-component-support
Browse files Browse the repository at this point in the history
Feature: Add component support
  • Loading branch information
blakeembrey committed Sep 28, 2014
2 parents cd39d27 + f1ab1cb commit 7a1e420
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 7a1e420

Please sign in to comment.