Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
- moved idb-connector to optional deps
- added idb-pconnector to optional deps
- added sinon - for (mocking/stubs) to dev deps
  • Loading branch information
abmusse committed Feb 12, 2019
1 parent 1f5421f commit 85a2e54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
],
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"sinon": "^7.2.3"
},
"optionalDependencies": {
"idb-connector": "^1.1.8",
"mocha": "^5.2.0"
"idb-pconnector": "^1.0.2"
}
}

0 comments on commit 85a2e54

Please sign in to comment.