Add dblite to peerDependencies

This commit is contained in:
Timothy Warren 2014-10-31 12:33:45 -04:00
parent be2f9dc138
commit 5d90c176a4
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@
"peerDependencies": {
"mysql": "",
"mysql2": "",
"pg": ""
"pg": "",
"dblite": ""
},
"license": "MIT",
"scripts": {