Update dependencies

This commit is contained in:
Adrian Obelmejias
2016-02-11 14:50:53 -05:00
parent a6e9fb6174
commit c0efee2505
+11 -1
View File
@@ -15,5 +15,15 @@
"passportjs"
],
"author": "Adrian Obelmejias <adrian@obel.me>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"babel-core": "^6.5.1",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"koa": "^2.0.0-alpha.3",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-router": "^7.0.1"
}
}