Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .circleci/build_slug.sh

This file was deleted.

2 changes: 1 addition & 1 deletion circle.yml → .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:8-stretch
- image: circleci/node:12-stretch
steps:
- checkout
- restore_cache:
Expand Down
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es6: true,
mocha: true
mocha: true,
},
extends: [
'airbnb-base',
],
rules: {
'no-await-in-loop': 0,
'max-len': ['error', { code: 150 }],
},
};
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0 (September 11, 2020)

* Component uses new `Auth-client` functionality
* All deprecated triggers and actions are deleted
* Code is refactored

## 1.3.5 (August 21, 2020)

Expand Down
32 changes: 0 additions & 32 deletions Gruntfile.js

This file was deleted.

458 changes: 195 additions & 263 deletions README.md

Large diffs are not rendered by default.

Loading