Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed Aug 23, 2014
1 parent 93b14e0 commit 3da3a19
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "npm-repo",
"description": "open the repository page for an npm package",
"version": "1.0.0",
"author": {
"name": "Jonathan Ong",
"email": "[email protected]",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "repo-utils/npm-repo",
"dependencies": {
"commander": "2",
"npm": "1.4.21",
"open": "0"
},
"bin": "bin/npm-repo"
}
"name": "npm-repo",
"description": "open the repository page for an npm package",
"version": "2.0.0",
"author": {
"name": "Jonathan Ong",
"email": "[email protected]",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "repo-utils/npm-repo",
"dependencies": {
"commander": "2",
"npm": "1.4.21",
"open": "0"
},
"bin": "bin/npm-repo"
}

0 comments on commit 3da3a19

Please sign in to comment.