Skip to content

Commit 9857be6

Browse files
committed
Merge pull request #6 from 1000ch/master
add some attributes
2 parents dea8a2c + 173142b commit 9857be6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@
1010
],
1111
"version": "1.0.5",
1212
"repository": {
13+
"type": "git",
1314
"url": "git://github.com/ogt/valid-url.git"
1415
},
16+
"homepage": "https://github.com/ogt/valid-url",
17+
"bugs": {
18+
"url": "https://github.com/ogt/valid-url"
19+
},
1520
"main": "index.js",
1621
"scripts": {
1722
"test": "make test"
1823
},
19-
"dependencies": {},
2024
"devDependencies": {
2125
"tap": "~0.4.3",
2226
"jshint": "~2.1.4"

0 commit comments

Comments
 (0)