Skip to content

Commit

Permalink
chore: bump nedb
Browse files Browse the repository at this point in the history
bump nedb
  • Loading branch information
morphatic committed Nov 2, 2020
2 parents b000196 + 8489e6a commit b1269b3
Show file tree
Hide file tree
Showing 4 changed files with 1,832 additions and 1,456 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
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -44,12 +44,12 @@
"@feathersjs/express": "^4.3.4",
"@feathersjs/feathers": "^4.3.4",
"cz-conventional-changelog": "3.0.2",
"eslint": "^6.5.1",
"eslint": "^7.12.1",
"feathers-nedb": "^5.0.2",
"mocha": "^6.2.1",
"nedb": "^1.8.0",
"nyc": "^14.1.1",
"semantic-release": "^15.13.24"
"semantic-release": "^17.2.2"
},
"dependencies": {
"@feathersjs/authentication": "^4.3.4",
Expand Down
Loading

0 comments on commit b1269b3

Please sign in to comment.