Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit b0af3ab

Browse files
greenkeeper[bot]daffl
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#13)
* chore(package): update dependencies https://greenkeeper.io/ * docs(readme): add Greenkeeper badge https://greenkeeper.io/ * Update to latest Semistandard
1 parent 060b4f1 commit b0af3ab

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# feathers-authentication-local
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers-authentication-local.svg)](https://greenkeeper.io/)
4+
35
[![Build Status](https://travis-ci.org/feathersjs/feathers-authentication-local.png?branch=master)](https://travis-ci.org/feathersjs/feathers-authentication-local)
46
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-authentication-local/badges/gpa.svg)](https://codeclimate.com/github/feathersjs/feathers-authentication-local)
57
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-authentication-local/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-authentication-local/coverage)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
"feathers-authentication": "^1.0.0",
7171
"feathers-authentication-jwt": "^0.3.0",
7272
"feathers-hooks": "^1.6.1",
73-
"feathers-memory": "^0.8.1",
73+
"feathers-memory": "^1.1.0",
7474
"feathers-rest": "^1.5.2",
7575
"feathers-socketio": "^1.4.2",
7676
"istanbul": "^1.1.0-alpha.1",
7777
"mocha": "^3.1.2",
7878
"rimraf": "^2.5.4",
79-
"semistandard": "^9.1.0",
80-
"sinon": "^1.17.6",
79+
"semistandard": "^10.0.0",
80+
"sinon": "^2.1.0",
8181
"sinon-chai": "^2.8.0"
8282
}
8383
}

test/hooks/hash-password.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-unused-expressions */
2+
13
import chai, { expect } from 'chai';
24
import sinon from 'sinon';
35
import sinonChai from 'sinon-chai';

0 commit comments

Comments
 (0)