Skip to content

Commit 7b81a43

Browse files
committed
Update repo URLs.
1 parent 525711b commit 7b81a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/substack/browser-unpack.git"
23+
"url": "git://github.com/browserify/browser-unpack.git"
2424
},
25-
"homepage": "https://github.com/substack/browser-unpack",
25+
"homepage": "https://github.com/browserify/browser-unpack",
2626
"keywords": [
2727
"browserify",
2828
"bundle",

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parse a bundle generated by
44
[browser-pack](https://npmjs.org/package/browser-pack)
55

6-
[![build status](https://secure.travis-ci.org/substack/browser-unpack.png)](http://travis-ci.org/substack/browser-unpack)
6+
[![build status](https://secure.travis-ci.org/browserify/browser-unpack.png)](http://travis-ci.org/browserify/browser-unpack)
77

88
# example
99

0 commit comments

Comments
 (0)