Revert "fix(plugin): correct exports to point to dist instead of src"
This reverts commit 7417e6eb38.
This commit is contained in:
@@ -9,14 +9,8 @@
|
|||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": "./src/index.ts",
|
||||||
"types": "./dist/index.d.ts",
|
"./tool": "./src/tool.ts"
|
||||||
"import": "./dist/index.js"
|
|
||||||
},
|
|
||||||
"./tool": {
|
|
||||||
"types": "./dist/tool.d.ts",
|
|
||||||
"import": "./dist/tool.js"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user