UNPKG
@ryansonshine/commitizen
Version:
latest (4.2.8)
4.2.8
4.2.7
4.2.6
4.2.5
Git commit, but play nice with conventions.
github.com/commitizen/cz-cli
ryansonshine/cz-cli
@ryansonshine/commitizen
/
babel.config.js
14 lines
(13 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= { presets: [ [
"@babel/preset-env"
, { targets: { node:
"10"
, }, }, ], ], plugins: [
"@babel/plugin-proposal-object-rest-spread"
,
"istanbul"
], };