Adding missing packages on prod.

This commit is contained in:
Rodrigo Rodriguez 2018-04-25 02:03:45 -03:00
parent c4177b11b7
commit 413a354299

View file

@ -26,6 +26,7 @@
"csv-parse": "^2.2.0", "csv-parse": "^2.2.0",
"dotenv-extended": "^1.0.4", "dotenv-extended": "^1.0.4",
"express": "^4.16.2", "express": "^4.16.2",
"fs-extra": "^5.0.0",
"fs-walk": "0.0.1", "fs-walk": "0.0.1",
"marked": "^0.3.12", "marked": "^0.3.12",
"pragmatismo-io-framework": "^1.0.6", "pragmatismo-io-framework": "^1.0.6",
@ -37,17 +38,17 @@
"tedious": "^2.1.1", "tedious": "^2.1.1",
"url-join": "^4.0.0", "url-join": "^4.0.0",
"wait-until": "0.0.2", "wait-until": "0.0.2",
"winston": "^2.4.0" "winston": "^2.4.0",
"typescript": "2.7.2",
"chai": "^4.1.2",
"mocha": "^3.5.3"
}, },
"devDependencies": { "devDependencies": {
"@types/azure": "^0.9.19", "@types/azure": "^0.9.19",
"@types/chai": "4.0.4", "@types/chai": "4.0.4",
"@types/mocha": "2.2.43", "@types/mocha": "2.2.43",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"mocha-typescript": "^1.1.12", "mocha-typescript": "^1.1.12",
"ts-node": "3.3.0", "ts-node": "3.3.0",
"typedoc": "^0.10.0", "typedoc": "^0.10.0"
"typescript": "2.7.2"
} }
} }