Skip to content

Commit

Permalink
feat: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozwiaczek committed Nov 30, 2020
1 parent 1008ba3 commit 066220f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ To run script, in terminal type `yarn {script}`.
| `lint` | Fix linter | |
| `lint:check` | Checks linter rules | |

## Publishing

```shell script
npm publish --access=public
```

## Useful docs

- [Create React App](https://github.com/facebook/create-react-app)
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dotintent/intentbase-ui-auth",
"description": "UI React components for Log in, Register and Forgot password, to use with auth providers like Cognito",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
Expand Down Expand Up @@ -41,8 +41,7 @@
"format": "prettier --write --config .prettierrc .",
"format:check": "prettier --check --config .prettierrc .",
"lint": "yarn lint:check --fix",
"lint:check": "eslint 'src/**/*.{js,ts,tsx}' --cache",
"publish": "npm run publish --access=public"
"lint:check": "eslint 'src/**/*.{js,ts,tsx}' --cache"
},
"dependencies": {
"@aws-amplify/auth": "^3.4.12",
Expand Down

0 comments on commit 066220f

Please sign in to comment.