Skip to content

Commit 3da3a19

Browse files
committed
2.0.0
1 parent 93b14e0 commit 3da3a19

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "npm-repo",
3-
"description": "open the repository page for an npm package",
4-
"version": "1.0.0",
5-
"author": {
6-
"name": "Jonathan Ong",
7-
"email": "[email protected]",
8-
"url": "http://jongleberry.com",
9-
"twitter": "https://twitter.com/jongleberry"
10-
},
11-
"license": "MIT",
12-
"repository": "repo-utils/npm-repo",
13-
"dependencies": {
14-
"commander": "2",
15-
"npm": "1.4.21",
16-
"open": "0"
17-
},
18-
"bin": "bin/npm-repo"
19-
}
2+
"name": "npm-repo",
3+
"description": "open the repository page for an npm package",
4+
"version": "2.0.0",
5+
"author": {
6+
"name": "Jonathan Ong",
7+
"email": "[email protected]",
8+
"url": "http://jongleberry.com",
9+
"twitter": "https://twitter.com/jongleberry"
10+
},
11+
"license": "MIT",
12+
"repository": "repo-utils/npm-repo",
13+
"dependencies": {
14+
"commander": "2",
15+
"npm": "1.4.21",
16+
"open": "0"
17+
},
18+
"bin": "bin/npm-repo"
19+
}

0 commit comments

Comments
 (0)