1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +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": { "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",