Skip to content

Commit fcf5680

Browse files
committed
Moved code repo to git/gitgub
1 parent 583c61b commit fcf5680

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
What's New in wcwidth.js?
22
=========================
33

4+
2012-12-12 Moved the repository to git/github.
45
2012-10-16 0.0.2 released.
56
2012-10-16 Using `wcwidth' without invoking it checked.
67
2012-10-12 First release.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"homepage": "http://code.woong.org/wcwidth.js",
1313
"repository": {
14-
"type": "hg",
15-
"url": "http://code.woong.org/hg/wcwidth.js"
14+
"type": "git",
15+
"url": "https://github.com/mycoboco/wcwidth.js.git"
1616
},
1717
"bugs": {
18-
"url": "http://code.woong.org/wcwidth.js/trac",
18+
"url": "https://github.com/mycoboco/wcwidth.js/issues",
1919
"email": "[email protected]"
2020
},
2121
"main": "wcwidth.js",

0 commit comments

Comments
 (0)