Skip to content

Commit

Permalink
feat: publish component library packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nl-design-system-ci authored and Robbert committed Jul 7, 2021
1 parent 774e27b commit 298af12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/component-library-css/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"author": "Community for NL Design System",
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand Down
5 changes: 4 additions & 1 deletion packages/web-component-library-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
"name": "@utrecht/web-component-library-react",
"private": true,
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git+ssh",
"url": "git@github.com:nl-design-system/utrecht.git"
Expand Down
7 changes: 5 additions & 2 deletions packages/web-component-library-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"author": "Community for NL Design System",
"description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
"license": "EUPL-1.2",
"name": "@utrecht/web-component-library-stencil",
"private": true,
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.mjs",
Expand Down

0 comments on commit 298af12

Please sign in to comment.