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 3241db1 commit 11c6947Copy full SHA for 11c6947
.babelrc
package.json
@@ -5,6 +5,11 @@
5
"packages/vuexfire",
6
"packages/@posva/*"
7
],
8
+ "config": {
9
+ "commitizen": {
10
+ "path": "./node_modules/cz-conventional-changelog"
11
+ }
12
+ },
13
"devDependencies": {
14
"cz-conventional-changelog": "^2.1.0",
15
"lerna": "^3.0.4"
packages/vuefire/package.json
@@ -59,11 +59,6 @@
59
"jest": "^23.5.0",
60
"typescript": "^3.0.1"
61
},
62
- "config": {
63
- "commitizen": {
64
- "path": "./node_modules/cz-conventional-changelog"
65
- }
66
- },
67
"jest": {
68
"collectCoverage": true,
69
"collectCoverageFrom": [
0 commit comments