Skip to content

Commit

Permalink
Merge pull request #1 from civitaslearning/peer-deps
Browse files Browse the repository at this point in the history
move ims-lti to peer dependency
  • Loading branch information
ricky committed Nov 18, 2014
2 parents 7373153 + 6c21d6c commit bd6a323
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-lti",
"version": "0.0.2",
"version": "0.0.3",
"description": "Passport-based LTI authorization",
"keywords": [
"passport",
Expand All @@ -25,11 +25,14 @@
}
],
"dependencies": {
"ims-lti": "1.0.x",
"passport-strategy": "1.0.x"
},
"peerDependencies": {
"ims-lti": "1.0.x"
},
"main": "./lib",
"devDependencies": {
"ims-lti": "1.0.x",
"chai": "^1.9.1",
"chai-passport-strategy": "^0.2.0",
"mocha": "^2.0.0"
Expand Down

0 comments on commit bd6a323

Please sign in to comment.