Bump version and update deps
This commit is contained in:
parent
dbd97eb423
commit
e7c84c333f
10
package.json
10
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue