Skip to content

Commit

Permalink
Add publicConfig to @aws-amplify/ui-* packages, per #4706
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Jan 15, 2020
1 parent 9b85672 commit 59f9c33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amplify-ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@aws-amplify/ui-angular",
"version": "0.0.1",
"description": "Angular specific wrapper for @aws-amplify/ui-components",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"sideEffects": false,
"version": "0.0.1",
"description": "React specific wrapper for @aws-amplify/ui-components",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-ui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"sideEffects": false,
"version": "0.0.1",
"description": "Vue specific wrapper for @aws-amplify/ui-components",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 59f9c33

Please sign in to comment.