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 4a82084 commit b0a57d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions component.json
Expand Up @@ -3,10 +3,13 @@
"repo": "component/within-document",
"description": "check if an element is within the document",
"version": "0.0.1",
"keywords": ["dom"],
"keywords": [
"dom"
],
"dependencies": {},
"development": {},
"scripts": [
"index.js"
]
],
"license": "MIT"
}

0 comments on commit b0a57d0

Please sign in to comment.