Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/semantic-release-1…
Browse files Browse the repository at this point in the history
…7.2.2
  • Loading branch information
morphatic committed Nov 2, 2020
2 parents 397ee58 + 4d5caf9 commit ed22d5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 'node'
- '8'
- '10'
cache:
yarn: true
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morphatic/feathers-auth0-strategy",
"version": "0.4.0",
"version": "1.0.1",
"private": false,
"description": "An RS256 authentication strategy for FeathersJS to support authentication with access tokens generated client-side with Auth0",
"main": "lib/",
Expand Down

0 comments on commit ed22d5e

Please sign in to comment.