Skip to content

Commit

Permalink
Merge pull request #227 from front-of-house/fix/npm-files
Browse files Browse the repository at this point in the history
fix: npm files
  • Loading branch information
estrattonbailey authored Oct 24, 2022
2 parents 2e1a47e + fbd77a8 commit c598cfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-shoes-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'presta': patch
---

Fixes some compiled `presta` files not being published with the rest of the npm package.
8 changes: 6 additions & 2 deletions packages/presta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
"presta": "./bin.js"
},
"files": [
"utils",
"runtime",
"bin.js",
"index.js",
"runtime.js",
"html.js",
"serialize.js",
"bin.d.ts",
"index.d.ts",
"runtime.d.ts",
"core.d.ts",
"html.d.ts",
"serialize.d.ts"
],
"scripts": {
Expand Down

0 comments on commit c598cfd

Please sign in to comment.