Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
dependencies + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pandark committed Jul 19, 2017
1 parent c8c0f85 commit bd36bec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "passport-42",
"version": "1.2.1",
"version": "1.2.2",
"description": "42 authentication strategy for Passport.",
"keywords": [
"passport",
Expand Down Expand Up @@ -38,11 +38,11 @@
"passport-oauth2": "1.x"
},
"devDependencies": {
"chai": "~4.0.0",
"chai-passport-strategy": "1.0.x",
"chai": "4.x",
"chai-passport-strategy": "1.x",
"make-node": "0.3.x",
"mocha": "3.4.x",
"proxyquire": "1.8.x"
"mocha": "3.x",
"proxyquire": "1.x"
},
"engines": {
"node": ">= 6.0.0"
Expand Down

0 comments on commit bd36bec

Please sign in to comment.