Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1d0f66

Browse files
committed
changed package.json
1 parent f1606c1 commit c1d0f66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
"web" : "http://johannesewald.de"
1616
},
1717
"main" : "lib/index.js",
18-
"bugs" : "https://github.com/jhnns/rewire/issues",
19-
"repository": "git://github.com/pandaa/toSrc.git",
18+
"bugs" : {
19+
"url" : "http://github.com/jhnns/rewire/issues",
20+
"email" : "[email protected]"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git://github.com/jhnns/rewire.git"
25+
},
2026
"engines" : {
2127
"node" : "0.6.x"
2228
},

0 commit comments

Comments
 (0)