From 938a7bd872e4a39ab11457ef6ac1c1a727ee6519 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sat, 9 Apr 2016 11:35:29 +0200 Subject: [PATCH] some improvement in handling projects that do not follow npmts conventions --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1e87cd8..d7f1807 100644 --- a/package.json +++ b/package.json @@ -25,29 +25,29 @@ }, "homepage": "https://github.com/pushrocks/npmts#readme", "dependencies": { - "beautylog": "4.1.1", + "beautylog": "4.1.2", "fs-extra": "^0.26.7", "gulp": "3.9.1", "gulp-codecov": "^2.0.1", "gulp-concat": "^2.6.0", - "gulp-function": "^1.2.4", + "gulp-function": "^1.3.1", "gulp-if": "^2.0.0", - "gulp-istanbul": "^0.10.3", + "gulp-istanbul": "^0.10.4", "gulp-jsdoc3": "^0.2.1", "gulp-mocha": "^2.2.0", "gulp-sourcemaps": "^1.6.0", "gulp-typescript": "2.12.2", - "gulp-typings": "1.3.1", + "gulp-typings": "1.3.4", "merge2": "1.0.2", "projectinfo": "1.0.1", "q": "^1.4.1", "shelljs": "^0.6.0", "smartci": "0.0.1", "smartcli": "0.0.11", - "smartcov": "0.0.4", - "smartenv": "1.2.1", - "smartfile": "3.0.2", - "smartpath": "3.1.3", + "smartcov": "0.0.6", + "smartenv": "1.2.2", + "smartfile": "3.0.3", + "smartpath": "3.1.4", "source-map-support": "^0.4.0" }, "devDependencies": {}