Bump version and update deps
This commit is contained in:
parent
e45834b454
commit
e7a97da3bf
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
@ -24,14 +24,14 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"should": "~1.2.2",
|
||||
"mocha": "~1.18.2"
|
||||
"mocha": "~1.20.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.9.0",
|
||||
"inflection": "~1.3.5",
|
||||
"traverse": "~0.6.6",
|
||||
"debug": "~1.0.2",
|
||||
"inflection": "~1.3.7",
|
||||
"qs": "~0.6.6",
|
||||
"debug": "~0.8.1"
|
||||
"traverse": "~0.6.6"
|
||||
},
|
||||
"license": {
|
||||
"name": "Dual MIT/StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue