switched to ES6 and updated deps

This commit is contained in:
2016-07-17 17:34:15 +02:00
parent d20742f881
commit df1d82cb7c
8 changed files with 103 additions and 106 deletions

View File

@@ -26,18 +26,18 @@
},
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/glob": "^5.0.22-alpha",
"@types/q": "0.0.21-alpha",
"beautylog": "^5.0.12",
"@types/glob": "^5.0.29",
"@types/q": "^0.0.27",
"beautylog": "^5.0.14",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
"js-yaml": "^3.6.1",
"q": "^1.4.1",
"request": "^2.72.0",
"request": "^2.73.0",
"require-reload": "0.2.2",
"typings-global": "^1.0.5",
"typings-global": "^1.0.6",
"vinyl": "^1.1.1",
"vinyl-file": "^2.0.0"
},