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

Commit cd1a75a

Browse files
committed
fix: update to reference conventional-changelog org
1 parent 2633f73 commit cd1a75a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/stevemao/conventional-changelog-angular.git"
13+
"url": "git+https://github.com/conventional-changelog/conventional-changelog-angular.git"
1414
},
1515
"keywords": [
1616
"conventional-changelog",
@@ -20,9 +20,9 @@
2020
"author": "Steve Mao",
2121
"license": "ISC",
2222
"bugs": {
23-
"url": "https://github.com/stevemao/conventional-changelog-angular/issues"
23+
"url": "https://github.com/conventional-changelog/conventional-changelog-angular/issues"
2424
},
25-
"homepage": "https://github.com/stevemao/conventional-changelog-angular#readme",
25+
"homepage": "https://github.com/conventional-changelog/conventional-changelog-angular#readme",
2626
"devDependencies": {
2727
"chai": "^3.4.1",
2828
"conventional-changelog-core": "^1.0.1",

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ See [convention](convention.md)
1010

1111
[npm-image]: https://badge.fury.io/js/conventional-changelog-angular.svg
1212
[npm-url]: https://npmjs.org/package/conventional-changelog-angular
13-
[travis-image]: https://travis-ci.org/stevemao/conventional-changelog-angular.svg?branch=master
14-
[travis-url]: https://travis-ci.org/stevemao/conventional-changelog-angular
15-
[daviddm-image]: https://david-dm.org/stevemao/conventional-changelog-angular.svg?theme=shields.io
16-
[daviddm-url]: https://david-dm.org/stevemao/conventional-changelog-angular
17-
[coveralls-image]: https://coveralls.io/repos/stevemao/conventional-changelog-angular/badge.svg
18-
[coveralls-url]: https://coveralls.io/r/stevemao/conventional-changelog-angular
13+
[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-angular.svg?branch=master
14+
[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-angular
15+
[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-angular.svg?theme=shields.io
16+
[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-angular
17+
[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-angular/badge.svg
18+
[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-angular

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('angular preset', function() {
4141
expect(chunk).to.include('amazing new module');
4242
expect(chunk).to.include('avoid a bug');
4343
expect(chunk).to.include('make it faster');
44-
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)');
44+
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)');
4545
expect(chunk).to.include('Not backward compatible.');
4646
expect(chunk).to.include('compile: The Change is huge.');
4747
expect(chunk).to.include('Features');
@@ -74,7 +74,7 @@ describe('angular preset', function() {
7474
})
7575
.pipe(through(function(chunk) {
7676
chunk = chunk.toString();
77-
expect(chunk).to.include('[#133](https://github.com/bcoe/conventional-changelog-standard/issues/133)');
77+
expect(chunk).to.include('[#133](https://github.com/conventional-changelog/conventional-changelog-angular/issues/133)');
7878
done();
7979
}));
8080
});

0 commit comments

Comments
 (0)