fix(ts): fixed incorrect type definition file path (#2622)

This commit is contained in:
SaeedZhiany 2019-12-03 22:40:26 +03:30 committed by Sibelius Seraphini
parent d8cf6c9c10
commit 047bbeab56

View File

@ -79,7 +79,7 @@
"prettier": "prettier --write",
"ci:publish": "semantic-release"
},
"types": "types",
"types": "types/index.d.ts",
"release": {
"plugins": [
"@semantic-release/commit-analyzer",