Skip to content

Commit 85a2e54

Browse files
committed
Update package.json
- moved idb-connector to optional deps - added idb-pconnector to optional deps - added sinon - for (mocking/stubs) to dev deps
1 parent 1f5421f commit 85a2e54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
],
3939
"devDependencies": {
4040
"chai": "^4.1.2",
41+
"mocha": "^5.2.0",
42+
"sinon": "^7.2.3"
43+
},
44+
"optionalDependencies": {
4145
"idb-connector": "^1.1.8",
42-
"mocha": "^5.2.0"
46+
"idb-pconnector": "^1.0.2"
4347
}
4448
}

0 commit comments

Comments
 (0)