1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

updating packages

This commit is contained in:
Braun Patrik 2016-06-15 20:56:21 +02:00
parent d57b166cc8
commit bf7a6a8249
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '6' - '6'
- '4.4' - '4'
- '0.12' - '0.12'
deploy: deploy:
provider: heroku provider: heroku

View File

@ -38,19 +38,20 @@
"exif-parser": "^0.1.9", "exif-parser": "^0.1.9",
"express": "^4.13.4", "express": "^4.13.4",
"express-session": "^1.13.0", "express-session": "^1.13.0",
"html-webpack-plugin": "^2.17.0", "html-webpack-plugin": "^2.21.0",
"jimp": "^0.2.24", "jimp": "^0.2.24",
"karma-mocha-reporter": "^2.0.4",
"mime": "^1.3.4", "mime": "^1.3.4",
"mongoose": "^4.4.19", "mongoose": "^4.5.0",
"morgan": "^1.7.0", "morgan": "^1.7.0",
"ng2-cookies": "^0.1.9", "ng2-cookies": "^0.1.9",
"node-iptc": "^1.0.4", "node-iptc": "^1.0.4",
"optimist": "^0.6.1", "optimist": "^0.6.1",
"rxjs": "5.0.0-beta.6", "rxjs": "5.0.0-beta.6",
"ts-loader": "^0.8.2", "ts-loader": "^0.8.2",
"tslint": "^3.10.2", "tslint": "^3.11.0",
"typescript": "^1.8.10", "typescript": "^1.8.10",
"typings": "^1.0.4", "typings": "^1.2.0",
"webpack": "^1.13.1", "webpack": "^1.13.1",
"zone.js": "^0.6.12" "zone.js": "^0.6.12"
}, },