Skip to content

Commit 7e46e47

Browse files
committed
0.0.1
1 parent 4a04240 commit 7e46e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tty-browserify",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "the tty module from node core for browsers",
55
"main": "index.js",
66
"dependencies": {},
@@ -12,9 +12,9 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git://github.com/substack/tty-browserify.git"
15+
"url": "git://github.com/browserify/tty-browserify.git"
1616
},
17-
"homepage": "https://github.com/substack/tty-browserify",
17+
"homepage": "https://github.com/browserify/tty-browserify",
1818
"keywords": [
1919
"tty",
2020
"browser",

0 commit comments

Comments
 (0)