Skip to content

Commit

Permalink
add repository field to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Aug 21, 2013
1 parent a37fd1f commit 1ace4c8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
"name": "component-type",
"description": "Cross-browser type assertions (less broken typeof)",
"version": "1.0.0",
"keywords": ["typeof", "type", "utility"],
"keywords": [
"typeof",
"type",
"utility"
],
"dependencies": {},
"main": "index.js"
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/component/type.git"
}
}

0 comments on commit 1ace4c8

Please sign in to comment.