We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a808d commit e13f6c9Copy full SHA for e13f6c9
src/commitizen.js
@@ -1,3 +1,4 @@
1
+/* istanbul ignore file */
2
import * as adapter from './commitizen/adapter';
3
import * as cache from './commitizen/cache';
4
import commit from './commitizen/commit';
src/configLoader.js
import findup from './configLoader/findup';
import getContent from './configLoader/getContent';
import getNormalizedConfig from './configLoader/getNormalizedConfig';
src/git.js
import { addPath, addFile } from './git/add';
import { commit } from './git/commit';
import { init } from './git/init';
0 commit comments