Skip to content

Commit

Permalink
chore: #2032 elements & cognito-auth & connect-session badges broken (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu authored Jul 24, 2020
1 parent f87214f commit 75025e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions packages/cognito-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/cognito-auth",
"version": "2.1.8",
"version": "2.1.9",
"description": "Simple wrapper around AWS Cognito for basic authentication flow",
"keywords": [],
"homepage": "https://github.com/reapit/foundations#readme",
Expand All @@ -14,7 +14,8 @@
"license": "ISC",
"author": "",
"files": [
"dist"
"dist",
"src/tests/badges"
],
"main": "dist/index.js",
"umd:main": "dist/cognito-auth.umd.production.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/connect-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"license": "ISC",
"author": "",
"files": [
"dist"
"dist",
"src/tests/badges"
],
"main": "dist/index.js",
"umd:main": "dist/connect-session.umd.production.js",
Expand Down
5 changes: 3 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/elements",
"version": "0.5.61",
"version": "0.5.62",
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
"homepage": "https://github.com/reapit/foundations#readme",
"bugs": {
Expand All @@ -13,7 +13,8 @@
"license": "MIT",
"author": "Will McVay <[email protected]>",
"files": [
"dist"
"dist",
"src/tests/badges"
],
"main": "dist/index.js",
"umd:main": "dist/elements.umd.production.js",
Expand Down

0 comments on commit 75025e7

Please sign in to comment.