Skip to content

Commit

Permalink
remove private field from fast-ssr (#6010)
Browse files Browse the repository at this point in the history
* remove private field from package.json

* Change files

Co-authored-by: nicholasrice <[email protected]>
  • Loading branch information
nicholasrice and nicholasrice authored May 23, 2022
1 parent b0d1d70 commit e9e5e4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "remove private field from package.json",
"packageName": "@microsoft/fast-ssr",
"email": "[email protected]",
"dependentChangeType": "patch"
}
3 changes: 1 addition & 2 deletions packages/web-components/fast-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test-server": "node server/dist/server.js",
"install-playwright-browsers": "yarn playwright install"
},
"description": "A package for rendering FAST components outside the browser.",
"description": "A package for rendering FAST Web Components outside the browser.",
"main": "./dist/esm/exports.js",
"types": "./dist/fast-ssr.d.ts",
"exports": {
Expand All @@ -47,7 +47,6 @@
"default": "./dist/esm/dom-shim.js"
}
},
"private": true,
"dependencies": {
"@microsoft/fast-element": "^1.5.0",
"parse5": "^6.0.1",
Expand Down

0 comments on commit e9e5e4c

Please sign in to comment.