fix(ts): fixed incorrect type definition file path (#2622)
This commit is contained in:
parent
d8cf6c9c10
commit
047bbeab56
@ -79,7 +79,7 @@
|
||||
"prettier": "prettier --write",
|
||||
"ci:publish": "semantic-release"
|
||||
},
|
||||
"types": "types",
|
||||
"types": "types/index.d.ts",
|
||||
"release": {
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user