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