Skip to content

Commit 11c6947

Browse files
committed
chore: move commit convention to root
1 parent 3241db1 commit 11c6947

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

.babelrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"packages/vuexfire",
66
"packages/@posva/*"
77
],
8+
"config": {
9+
"commitizen": {
10+
"path": "./node_modules/cz-conventional-changelog"
11+
}
12+
},
813
"devDependencies": {
914
"cz-conventional-changelog": "^2.1.0",
1015
"lerna": "^3.0.4"

packages/vuefire/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
"jest": "^23.5.0",
6060
"typescript": "^3.0.1"
6161
},
62-
"config": {
63-
"commitizen": {
64-
"path": "./node_modules/cz-conventional-changelog"
65-
}
66-
},
6762
"jest": {
6863
"collectCoverage": true,
6964
"collectCoverageFrom": [

0 commit comments

Comments
 (0)