This commit is contained in:
2016-09-02 16:31:39 +02:00
parent f39daca6aa
commit ab76cae75e
6 changed files with 20 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "smartfile",
"version": "4.0.13",
"version": "4.0.14",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -27,25 +27,25 @@
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/fs-extra": "0.x.x",
"@types/glob": "5.x.x",
"@types/q": "0.x.x",
"beautylog": "^5.0.14",
"beautylog": "^5.0.22",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"glob": "^7.0.6",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
"js-yaml": "^3.6.1",
"q": "^1.4.1",
"request": "^2.73.0",
"request": "^2.74.0",
"require-reload": "0.2.2",
"typings-global": "^1.0.6",
"vinyl": "^1.1.1",
"typings-global": "^1.0.14",
"vinyl": "^1.2.0",
"vinyl-file": "^2.0.0"
},
"devDependencies": {
"@types/should": "^8.1.29",
"gulp-function": "^1.3.6",
"npmts-g": "^5.2.6",
"should": "^10.0.0",
"typings-test": "^1.0.1"
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"typings-test": "^1.0.2"
}
}