Skip to content

Commit

Permalink
Merge pull request #1 from component-bot/master
Browse files Browse the repository at this point in the history
add .license property
  • Loading branch information
tj committed Oct 28, 2012
2 parents 76c924e + 1ad3c7d commit ce62f73
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions component.json
Expand Up @@ -3,12 +3,19 @@
"repo": "component/enumerable",
"description": "Enumerable mixin",
"version": "0.0.2",
"keywords": ["enum", "enumerable", "mixin", "iterator", "iteration"],
"keywords": [
"enum",
"enumerable",
"mixin",
"iterator",
"iteration"
],
"dependencies": {
"component/to-function": "*"
},
"development": {},
"scripts": [
"index.js"
]
],
"license": "MIT"
}

0 comments on commit ce62f73

Please sign in to comment.