We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583c61b commit fcf5680Copy full SHA for fcf5680
NEWS
@@ -1,6 +1,7 @@
1
What's New in wcwidth.js?
2
=========================
3
4
+2012-12-12 Moved the repository to git/github.
5
2012-10-16 0.0.2 released.
6
2012-10-16 Using `wcwidth' without invoking it checked.
7
2012-10-12 First release.
package.json
@@ -11,11 +11,11 @@
11
],
12
"homepage": "http://code.woong.org/wcwidth.js",
13
"repository": {
14
- "type": "hg",
15
- "url": "http://code.woong.org/hg/wcwidth.js"
+ "type": "git",
+ "url": "https://github.com/mycoboco/wcwidth.js.git"
16
},
17
"bugs": {
18
- "url": "http://code.woong.org/wcwidth.js/trac",
+ "url": "https://github.com/mycoboco/wcwidth.js/issues",
19
"email": "[email protected]"
20
21
"main": "wcwidth.js",
0 commit comments