update to latest standards

This commit is contained in:
2017-04-27 16:48:08 +02:00
parent c29084f000
commit eb3c720d4e
9 changed files with 425 additions and 515 deletions

View File

@@ -26,22 +26,21 @@
},
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/fs-extra": "0.x.x",
"@types/fs-extra": "2.x.x",
"@types/vinyl": "^2.0.0",
"fs-extra": "^2.0.0",
"fs-extra": "^2.1.2",
"glob": "^7.1.1",
"js-yaml": "^3.8.2",
"js-yaml": "^3.8.3",
"require-reload": "0.2.2",
"smartpath": "^3.2.8",
"smartq": "^1.1.1",
"smartrequest": "^1.0.4",
"typings-global": "^1.0.14",
"vinyl": "^2.0.1",
"typings-global": "^1.0.16",
"vinyl": "^2.0.2",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"gulp-function": "^2.2.3",
"smartchai": "^1.0.3",
"typings-test": "^1.0.3"
"tapbundle": "^1.0.9"
}
}