diff --git a/.npmignore b/.npmignore index b442f72..8335c94 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,5 @@ ts/ test/ +docs/ +coverage/ node_modules/ diff --git a/package.json b/package.json index 503a66a..b508335 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ }, "homepage": "https://github.com/pushrocks/gulp-function", "dependencies": { - "beautylog": "^4.1.0", + "beautylog": "^4.1.1", "q": "^1.4.1", "through2": "^2.0.1" }, "devDependencies": { "gulp": "^3.9.1", - "npmts": "^5.0.0" + "npmts": "^5.0.3" } }