Bump version and update deps

This commit is contained in:
Raymond Feng 2014-02-21 09:21:42 -08:00
parent 8ae292539e
commit da09fd29b8
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "1.3.2",
"version": "1.3.3",
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",
@ -24,11 +24,11 @@
],
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.12.1"
"mocha": "~1.17.1"
},
"dependencies": {
"async": "~0.2.10",
"inflection": "~1.2.7",
"inflection": "~1.3.5",
"traverse": "~0.6.6",
"qs": "~0.6.6"
},