Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 9, 2016
1 parent c0eb918 commit 2d488e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "matchdep",
"description": "Use globule to filter npm module dependencies by name.",
"description": "Use micromatch to filter npm module dependencies by name.",
"version": "1.0.1",
"homepage": "https://github.com/tkellen/node-matchdep",
"homepage": "https://github.com/tkellen/js-matchdep",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-matchdep.git"
"url": "git://github.com/tkellen/js-matchdep.git"
},
"bugs": {
"url": "https://github.com/tkellen/node-matchdep/issues"
"url": "https://github.com/tkellen/js-matchdep/issues"
},
"license": "MIT",
"main": "lib/matchdep",
Expand Down

0 comments on commit 2d488e7

Please sign in to comment.