mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 07:13:46 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
10
node_modules/conventional-changelog-angular/conventional-changelog.js
generated
vendored
Normal file
10
node_modules/conventional-changelog-angular/conventional-changelog.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
const Q = require(`q`);
|
||||
const parserOpts = require(`./parser-opts`);
|
||||
const writerOpts = require(`./writer-opts`);
|
||||
|
||||
module.exports = Q.all([parserOpts, writerOpts])
|
||||
.spread((parserOpts, writerOpts) => {
|
||||
return {parserOpts, writerOpts};
|
||||
});
|
||||
Reference in New Issue
Block a user