Skip to content

Commit

Permalink
Update repository URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 8, 2019
1 parent b3c0bcc commit bb3fe66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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')`.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bb3fe66

Please sign in to comment.