Export package.json from string-templates repo
This commit is contained in:
parent
cc2d59f564
commit
7d0641746b
|
@ -9,8 +9,9 @@
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/index.mjs",
|
"import": "./dist/index.mjs",
|
||||||
"require": "./dist/index.cjs"
|
"require": "./src/index.cjs"
|
||||||
}
|
},
|
||||||
|
"./package.json": "./package.json"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && rollup -c",
|
"build": "tsc && rollup -c",
|
||||||
|
|
Loading…
Reference in New Issue