This commit is contained in:
2016-09-17 23:11:44 +02:00
parent eeab2cf0cd
commit d732d1ba97
14 changed files with 67 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "smartfile",
"version": "4.0.15",
"version": "4.0.16",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -28,7 +28,7 @@
"dependencies": {
"@types/fs-extra": "0.x.x",
"@types/q": "0.x.x",
"beautylog": "^5.0.22",
"beautylog": "^5.0.23",
"fs-extra": "^0.30.0",
"glob": "^7.0.6",
"gulp": "^3.9.1",
@@ -46,6 +46,6 @@
"gulp-function": "^1.3.6",
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"typings-test": "^1.0.2"
"typings-test": "^1.0.3"
}
}