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

Commit

Permalink
Update dependencies to enable Greenkeeper 馃尨 (#13)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

https://greenkeeper.io/

* docs(readme): add Greenkeeper badge 

https://greenkeeper.io/

* Update to latest Semistandard
  • Loading branch information
greenkeeper[bot] authored and daffl committed Apr 13, 2017
1 parent 060b4f1 commit b0af3ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# feathers-authentication-local

[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers-authentication-local.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/feathersjs/feathers-authentication-local.png?branch=master)](https://travis-ci.org/feathersjs/feathers-authentication-local)
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-authentication-local/badges/gpa.svg)](https://codeclimate.com/github/feathersjs/feathers-authentication-local)
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-authentication-local/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-authentication-local/coverage)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"feathers-authentication": "^1.0.0",
"feathers-authentication-jwt": "^0.3.0",
"feathers-hooks": "^1.6.1",
"feathers-memory": "^0.8.1",
"feathers-memory": "^1.1.0",
"feathers-rest": "^1.5.2",
"feathers-socketio": "^1.4.2",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.1.2",
"rimraf": "^2.5.4",
"semistandard": "^9.1.0",
"sinon": "^1.17.6",
"semistandard": "^10.0.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0"
}
}
2 changes: 2 additions & 0 deletions test/hooks/hash-password.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-unused-expressions */

import chai, { expect } from 'chai';
import sinon from 'sinon';
import sinonChai from 'sinon-chai';
Expand Down

0 comments on commit b0af3ab

Please sign in to comment.