Skip to content

Commit 07127b2

Browse files
committed
chore: fix release config
1 parent f9cb584 commit 07127b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@
5757
"singleQuote": true,
5858
"trailingComma": "all"
5959
},
60+
"publishConfig": {
61+
"directory": "lib"
62+
},
6063
"release": {
61-
"publishDir": "lib",
62-
"conventionalCommits": false
64+
"conventionalCommits": true
6365
},
6466
"dependencies": {
6567
"@babel/runtime": "^7.4.5",

0 commit comments

Comments
 (0)