fix: inula use workspace
This commit is contained in:
parent
98ca7531c9
commit
c8d0ef933c
|
@ -46,7 +46,6 @@
|
|||
"@babel/plugin-transform-template-literals": "7.16.7",
|
||||
"@babel/preset-env": "7.16.7",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"openinula": "^0.0.1",
|
||||
"@rollup/plugin-babel": "^6.0.3",
|
||||
"@rollup/plugin-node-resolve": "^15.1.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
"types": "./build/@types/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"default": "./index.js"
|
||||
"default": "./build/index.js"
|
||||
},
|
||||
"./package.json":"./package.json",
|
||||
"./jsx-runtime": "./jsx-runtime.js",
|
||||
"./jsx-dev-runtime": "./jsx-dev-runtime.js"
|
||||
"./jsx-runtime": "./build/jsx-runtime.js",
|
||||
"./jsx-dev-runtime": "./build/jsx-dev-runtime.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue