From bb3fe668ad6adbddfedfc56825f70b1f3bb519bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 8 May 2019 14:59:19 +0200 Subject: [PATCH] Update repository URLs. --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78fa9c6..299d783 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # assert -[![Build Status](https://travis-ci.org/defunctzombie/commonjs-assert.svg?branch=master)](https://travis-ci.org/defunctzombie/commonjs-assert) +[![Build Status](https://travis-ci.org/browserify/commonjs-assert.svg?branch=master)](https://travis-ci.org/browserify/commonjs-assert) This module is used for writing unit tests for your applications, you can access it with `require('assert')`. diff --git a/package.json b/package.json index a2a6cce..8b9e338 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "browser" ], "version": "1.4.1", - "homepage": "https://github.com/defunctzombie/commonjs-assert", + "homepage": "https://github.com/browserify/commonjs-assert", "repository": { "type": "git", - "url": "git://github.com/defunctzombie/commonjs-assert.git" + "url": "git://github.com/browserify/commonjs-assert.git" }, "main": "./assert.js", "dependencies": {