Skip to content

Commit

Permalink
feat: update web components package namespace and opt-in to change an…
Browse files Browse the repository at this point in the history
…d publish process
  • Loading branch information
chrisdholt committed Aug 4, 2020
1 parent dbd5691 commit 0d5dea4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"bundle:prod": "lerna run bundle --stream -- --production",
"bundlesize": "cd scripts && npm run bundlesize",
"bundlesizecollect": "cd scripts && just-scripts bundle-size-collect",
"checkchange": "beachball check --scope \"!packages/fluentui/*\" --scope \"!packages/web-components\" --changehint \"Run 'yarn change' to generate a change file\"",
"checkchange": "beachball check --scope \"!packages/fluentui/*\" --changehint \"Run 'yarn change' to generate a change file\"",
"clean": "lerna run clean --stream",
"codepen": "cd packages/office-ui-fabric-react && node ../../scripts/local-codepen.js",
"code-style": "lerna run code-style --stream",
"create-package": "plop --plopfile ./scripts/create-package/plopfile.ts --dest . --require ./scripts/ts-node-register",
"change": "beachball change --scope \"!packages/fluentui/*\" --scope \"!packages/web-components\"",
"change": "beachball change --scope \"!packages/fluentui/*\"",
"dom-test": "cd apps/dom-tests && just-scripts jest-dom-with-webpack",
"generate-version-files": "yarn workspace @uifabric/build just generate-version-files",
"lint": "lerna run lint --stream",
"sync:beachball": "beachball sync --scope \"!packages/fluentui/*\" --scope \"!packages/web-components\"",
"publish:beachball": "beachball publish --scope \"!packages/fluentui/*\" --scope \"!packages/web-components\"",
"sync:beachball": "beachball sync --scope \"!packages/fluentui/*\"",
"publish:beachball": "beachball publish --scope \"!packages/fluentui/*\"",
"check-for-changed-files": "cd scripts && just-scripts check-for-modified-files",
"perf": "cross-env PERF=true gulp perf --times=100",
"perf:debug": "cross-env PERF=true gulp perf:debug --debug",
Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@microsoft/fast-components-msft",
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"sideEffects": false,
"version": "1.6.0",
Expand All @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/fluentui/issues/new/choose"
},
"main": "dist/esm/index.js",
"types": "dist/fast-components-msft.d.ts",
"unpkg": "dist/fast-components-msft.min.js",
"types": "dist/web-components.d.ts",
"unpkg": "dist/web-components.min.js",
"scripts": {
"clean": "node ./build/clean.js dist",
"doc": "api-extractor run --local",
Expand Down

0 comments on commit 0d5dea4

Please sign in to comment.