Skip to content

Commit

Permalink
fix: ensure fast-ssr dist files get published (microsoft#6486)
Browse files Browse the repository at this point in the history
* update main paths so that dist gets included in the bundle

* Change files

Co-authored-by: nicholasrice <nicholasrice@users.noreply.github.com>
  • Loading branch information
nicholasrice and nicholasrice authored Nov 1, 2022
1 parent a4982f4 commit b7bc2ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Fixed bug preventing dist files from being included in the published package",
"packageName": "@microsoft/fast-ssr",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "prerelease"
}
4 changes: 2 additions & 2 deletions packages/web-components/fast-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"install-playwright-browsers": "yarn playwright install"
},
"description": "A package for rendering FAST Web Components outside the browser.",
"main": "./dist/esm/exports.js",
"types": "./dist/dts/exports.d.ts",
"main": "dist/esm/exports.js",
"types": "dist/dts/exports.d.ts",
"exports": {
".": {
"types": "./dist/dts/exports.d.ts",
Expand Down

0 comments on commit b7bc2ba

Please sign in to comment.