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

Skip to content

Commit 811c508

Browse files
committed
changed package.json
1 parent f1606c1 commit 811c508

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@
1414
"email" : "[email protected]",
1515
"web" : "http://johannesewald.de"
1616
},
17-
"main" : "lib/index.js",
18-
"bugs" : "https://github.com/jhnns/rewire/issues",
19-
"repository": "git://github.com/pandaa/toSrc.git",
17+
"main" : "./lib/index.js",
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)