Browse Source

Merge pull request #4392 from Budibase/string-templates-manifest

Add manifest.json to string-templates npm package
master
Rory Powell 5 years ago
committed by GitHub
parent
commit
f14d6d36f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/string-templates/package.json

3
packages/string-templates/package.json

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

Loading…
Cancel
Save