Add manifest.json to string-templates npm package

This commit is contained in:
Rory Powell 2022-02-08 16:05:57 +00:00
parent 7576efc0ad
commit 3addec98ab
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
}, },
"files": [ "files": [
"dist", "dist",
"src" "src",
"manifest.json"
], ],
"scripts": { "scripts": {
"build": "tsc && rollup -c", "build": "tsc && rollup -c",