Merge branch 'dev' of https://git.verdnatura.es/salix into dev

This commit is contained in:
Juan Ferrer Toribio 2018-02-08 13:13:50 +01:00
commit 156eb61be5
3 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,6 @@
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"md5": "^2.2.1",
"merge-stream": "^1.0.1",
"mustache": "^2.3.0",
"mysql": "^2.15.0",

View File

@ -7,7 +7,9 @@
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {},
"dependencies": {
"md5": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"

View File

@ -15,6 +15,7 @@
"loopback-connector-mysql": "^3.0.0",
"loopback-connector-remote": "^3.1.1",
"loopback-context": "^3.3.0",
"md5": "^2.2.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^2.1.0"
},