Add missing inflection dep back

This commit is contained in:
Raymond Feng 2014-07-16 12:31:44 -07:00
parent 523db2fbad
commit 671b32dd43
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "2.0.0-beta3",
"version": "2.0.0-beta4",
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",
@ -28,8 +28,9 @@
},
"dependencies": {
"async": "~0.9.0",
"loopback-connector": "1.x",
"debug": "~1.0.2",
"inflection": "~1.3.8",
"loopback-connector": "1.x",
"qs": "~0.6.6",
"traverse": "~0.6.6"
},