Bump version and update deps

This commit is contained in:
Raymond Feng 2014-02-11 14:31:26 -08:00
parent dbd97eb423
commit e7c84c333f
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "1.2.13",
"version": "1.3.0",
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",
@ -27,10 +27,10 @@
"mocha": "~1.12.1"
},
"dependencies": {
"async": "~0.2.9",
"inflection": "~1.2.6",
"traverse": "~0.6.5",
"qs": "~0.6.5"
"async": "~0.2.10",
"inflection": "~1.3.3",
"traverse": "~0.6.6",
"qs": "~0.6.6"
},
"license": "MIT"
}