Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
fix: update to reference conventional-changelog org
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Apr 18, 2016
1 parent 2633f73 commit cd1a75a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/conventional-changelog-angular.git"
"url": "git+https://github.com/conventional-changelog/conventional-changelog-angular.git"
},
"keywords": [
"conventional-changelog",
Expand All @@ -20,9 +20,9 @@
"author": "Steve Mao",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevemao/conventional-changelog-angular/issues"
"url": "https://github.com/conventional-changelog/conventional-changelog-angular/issues"
},
"homepage": "https://github.com/stevemao/conventional-changelog-angular#readme",
"homepage": "https://github.com/conventional-changelog/conventional-changelog-angular#readme",
"devDependencies": {
"chai": "^3.4.1",
"conventional-changelog-core": "^1.0.1",
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ See [convention](convention.md)

[npm-image]: https://badge.fury.io/js/conventional-changelog-angular.svg
[npm-url]: https://npmjs.org/package/conventional-changelog-angular
[travis-image]: https://travis-ci.org/stevemao/conventional-changelog-angular.svg?branch=master
[travis-url]: https://travis-ci.org/stevemao/conventional-changelog-angular
[daviddm-image]: https://david-dm.org/stevemao/conventional-changelog-angular.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/stevemao/conventional-changelog-angular
[coveralls-image]: https://coveralls.io/repos/stevemao/conventional-changelog-angular/badge.svg
[coveralls-url]: https://coveralls.io/r/stevemao/conventional-changelog-angular
[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-angular.svg?branch=master
[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-angular
[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-angular.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-angular
[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-angular/badge.svg
[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-angular
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('angular preset', function() {
expect(chunk).to.include('amazing new module');
expect(chunk).to.include('avoid a bug');
expect(chunk).to.include('make it faster');
expect(chunk).to.include(', closes [#1](https://github.com/stevemao/conventional-changelog-angular/issues/1) [#2](https://github.com/stevemao/conventional-changelog-angular/issues/2)');
expect(chunk).to.include(', closes [#1](https://github.com/conventional-changelog/conventional-changelog-angular/issues/1) [#2](https://github.com/conventional-changelog/conventional-changelog-angular/issues/2)');
expect(chunk).to.include('Not backward compatible.');
expect(chunk).to.include('compile: The Change is huge.');
expect(chunk).to.include('Features');
Expand Down Expand Up @@ -74,7 +74,7 @@ describe('angular preset', function() {
})
.pipe(through(function(chunk) {
chunk = chunk.toString();
expect(chunk).to.include('[#133](https://github.com/bcoe/conventional-changelog-standard/issues/133)');
expect(chunk).to.include('[#133](https://github.com/conventional-changelog/conventional-changelog-angular/issues/133)');
done();
}));
});
Expand Down

0 comments on commit cd1a75a

Please sign in to comment.