Skip to content

Commit

Permalink
add .license property to component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 28, 2012
1 parent c266063 commit 860632c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions component.json
Expand Up @@ -3,12 +3,16 @@
"repo": "component/removed",
"description": "invoke a callback when a DOM element is removed",
"version": "0.0.1",
"keywords": ["dom", "event"],
"keywords": [
"dom",
"event"
],
"dependencies": {
"component/within-document": "*"
},
"development": {},
"scripts": [
"index.js"
]
],
"license": "MIT"
}

0 comments on commit 860632c

Please sign in to comment.