Update knexjs to 0.8.3

This commit is contained in:
Pagan Gazzard 2015-05-06 13:33:11 +01:00 committed by Pablo Carranza Vélez
parent ab26c6a401
commit 12542bf7d4
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Update knexjs to ~0.8.3, which uses lodash 3 and means it will be deduplicated (reducing image size and runtime memory usage) [Page]
* Stop caching config.json, avoids a race that could cause getting stuck repeatedly trying to register [Page]
# v0.0.13

View File

@ -14,7 +14,7 @@
"dockerode": "~2.1.1",
"event-stream": "^3.0.20",
"express": "^4.0.0",
"knex": "~0.7.3",
"knex": "~0.8.3",
"lodash": "^3.0.0",
"mixpanel": "0.0.20",
"network-checker": "~0.0.4",