updated deps

This commit is contained in:
Philipp Kunz 2016-04-05 00:59:21 +02:00
parent 51b9088d3e
commit 81849dc5eb
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
ts/ ts/
test/ test/
docs/
coverage/
node_modules/ node_modules/

View File

@ -25,12 +25,12 @@
}, },
"homepage": "https://github.com/pushrocks/gulp-function", "homepage": "https://github.com/pushrocks/gulp-function",
"dependencies": { "dependencies": {
"beautylog": "^4.1.0", "beautylog": "^4.1.1",
"q": "^1.4.1", "q": "^1.4.1",
"through2": "^2.0.1" "through2": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"gulp": "^3.9.1", "gulp": "^3.9.1",
"npmts": "^5.0.0" "npmts": "^5.0.3"
} }
} }