This repository was archived by the owner on Feb 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"repository" : {
12
12
"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"
14
14
},
15
15
"keywords" : [
16
16
" conventional-changelog" ,
20
20
"author" : " Steve Mao" ,
21
21
"license" : " ISC" ,
22
22
"bugs" : {
23
- "url" : " https://github.com/stevemao /conventional-changelog-angular/issues"
23
+ "url" : " https://github.com/conventional-changelog /conventional-changelog-angular/issues"
24
24
},
25
- "homepage" : " https://github.com/stevemao /conventional-changelog-angular#readme" ,
25
+ "homepage" : " https://github.com/conventional-changelog /conventional-changelog-angular#readme" ,
26
26
"devDependencies" : {
27
27
"chai" : " ^3.4.1" ,
28
28
"conventional-changelog-core" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ See [convention](convention.md)
10
10
11
11
[ npm-image ] : https://badge.fury.io/js/conventional-changelog-angular.svg
12
12
[ 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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ describe('angular preset', function() {
41
41
expect ( chunk ) . to . include ( 'amazing new module' ) ;
42
42
expect ( chunk ) . to . include ( 'avoid a bug' ) ;
43
43
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)' ) ;
45
45
expect ( chunk ) . to . include ( 'Not backward compatible.' ) ;
46
46
expect ( chunk ) . to . include ( 'compile: The Change is huge.' ) ;
47
47
expect ( chunk ) . to . include ( 'Features' ) ;
@@ -74,7 +74,7 @@ describe('angular preset', function() {
74
74
} )
75
75
. pipe ( through ( function ( chunk ) {
76
76
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)' ) ;
78
78
done ( ) ;
79
79
} ) ) ;
80
80
} ) ;
You can’t perform that action at this time.
0 commit comments