chore: include templates in package

This commit is contained in:
Daniel Roe 2022-03-10 20:42:59 +00:00
parent d99c20164b
commit f77800f748
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"main": "./dist/index.mjs", "main": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"files": [ "files": [
"dist/templates", "dist/templates/*",
"dist/index.*" "dist/index.*"
], ],
"scripts": { "scripts": {