File tree 3 files changed +10
-11
lines changed
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
- # cz-conventional-changelog
1
+ # cz-conventional-changelog-default-export
2
2
3
- Status:
4
- [ ![ npm version] ( https://img.shields.io/npm/v/cz-conventional-changelog.svg?style=flat-square )] ( https://www.npmjs.org/package/cz-conventional-changelog )
5
- [ ![ npm downloads] ( https://img.shields.io/npm/dm/cz-conventional-changelog.svg?style=flat-square )] ( http://npm-stat.com/charts.html?package=cz-conventional-changelog&from=2015-08-01 )
6
- [ ![ Build Status] ( https://img.shields.io/travis/commitizen/cz-conventional-changelog.svg?style=flat-square )] ( https://travis-ci.org/commitizen/cz-conventional-changelog )
3
+ ONLY FOR E2E TESTING
7
4
8
- Part of the [ commitizen ] ( https://github.com/commitizen/cz-cli ) family. Prompts for [ conventional changelog] ( https://github.com/stevemao/ conventional-changelog-angular/blob/master/index.js ) standard.
5
+ You probably want: [ cz- conventional- changelog] ( https://github.com/commitizen/cz- conventional-changelog )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var rightPad = require('right-pad');
8
8
// This can be any kind of SystemJS compatible module.
9
9
// We use Commonjs here, but ES6 or AMD would do just
10
10
// fine.
11
- module . exports = function ( options ) {
11
+ exports [ 'default' ] = function ( options ) {
12
12
13
13
var types = options . types ;
14
14
@@ -92,3 +92,5 @@ module.exports = function (options) {
92
92
}
93
93
} ;
94
94
} ;
95
+
96
+ module . exports = exports ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " cz-conventional-changelog" ,
2
+ "name" : " cz-conventional-changelog-default-export " ,
3
3
"version" : " 0.0.0-semantically-released.0" ,
4
- "description" : " Commitizen adapter following the conventional-changelog format." ,
4
+ "description" : " FOR E2E TESTING ONLY. Commitizen adapter following the conventional-changelog format." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"commit" : " git-cz" ,
8
8
"test" : " echo 'Tests need to be setup!'" ,
9
9
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
10
10
},
11
- "homepage" : " https://github.com/commitizen/cz-conventional-changelog" ,
11
+ "homepage" : " https://github.com/commitizen/cz-conventional-changelog-default-export " ,
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " https://github.com/commitizen/cz-conventional-changelog.git"
14
+ "url" : " https://github.com/commitizen/cz-conventional-changelog-default-export .git"
15
15
},
16
16
"author" :
" Jim Cummins <[email protected] >" ,
17
17
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments