1
0
Fork 0
mirror of synced 2024-06-14 08:24:48 +12:00

Export package.json from string-templates repo

This commit is contained in:
Andrew Kingston 2021-03-31 19:55:35 +01:00
parent cc2d59f564
commit 7d0641746b

View file

@ -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",