Skip to content

Commit

Permalink
Removed references to old project location
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Mar 3, 2015
1 parent 92226ad commit db1280a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,9 +4,9 @@ uninspected
Replacement for util.inspect and the console object.

[![NPM version](https://badge.fury.io/js/messy.png)](http://badge.fury.io/js/uninspected)
[![Build Status](https://travis-ci.org/papandreou/uninspected.png)](https://travis-ci.org/papandreou/uninspected)
[![Coverage Status](https://coveralls.io/repos/papandreou/uninspected/badge.png)](https://coveralls.io/r/papandreou/uninspected)
[![Dependency Status](https://david-dm.org/papandreou/uninspected.png)](https://david-dm.org/papandreou/uninspected)
[![Build Status](https://travis-ci.org/unexpectedjs/uninspected.png)](https://travis-ci.org/unexpectedjs/uninspected)
[![Coverage Status](https://coveralls.io/repos/unexpectedjs/uninspected/badge.png)](https://coveralls.io/r/unexpectedjs/uninspected)
[![Dependency Status](https://david-dm.org/unexpectedjs/uninspected.png)](https://david-dm.org/unexpectedjs/uninspected)

```javascript
var uninspected = require('uninspected');
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/uninspected.git"
"url": "git://github.com/unexpectedjs/uninspected.git"
},
"keywords": [
"util",
Expand All @@ -43,7 +43,7 @@
"author": "Andreas Lind <andreas@one.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/papandreou/uninspected/issues"
"url": "https://github.com/unexpectedjs/uninspected/issues"
},
"homepage": "https://github.com/papandreou/uninspected"
"homepage": "https://github.com/unexpectedjs/uninspected"
}

0 comments on commit db1280a

Please sign in to comment.