Skip to content

Commit bb3fe66

Browse files
committed
Update repository URLs.
1 parent b3c0bcc commit bb3fe66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# assert
22

3-
[![Build Status](https://travis-ci.org/defunctzombie/commonjs-assert.svg?branch=master)](https://travis-ci.org/defunctzombie/commonjs-assert)
3+
[![Build Status](https://travis-ci.org/browserify/commonjs-assert.svg?branch=master)](https://travis-ci.org/browserify/commonjs-assert)
44

55
This module is used for writing unit tests for your applications, you can access it with `require('assert')`.
66

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"browser"
77
],
88
"version": "1.4.1",
9-
"homepage": "https://github.com/defunctzombie/commonjs-assert",
9+
"homepage": "https://github.com/browserify/commonjs-assert",
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/defunctzombie/commonjs-assert.git"
12+
"url": "git://github.com/browserify/commonjs-assert.git"
1313
},
1414
"main": "./assert.js",
1515
"dependencies": {

0 commit comments

Comments
 (0)