Compare commits

..

4 Commits

Author SHA1 Message Date
5af3185742 1.2.5 2016-04-05 00:59:22 +02:00
81849dc5eb updated deps 2016-04-05 00:59:21 +02:00
51b9088d3e 1.2.4 2016-04-05 00:27:13 +02:00
375b43a11c update deps 2016-04-05 00:27:08 +02:00
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "gulp-function",
"version": "1.2.3",
"version": "1.2.5",
"description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "dist/index.js",
"scripts": {
@ -25,12 +25,12 @@
},
"homepage": "https://github.com/pushrocks/gulp-function",
"dependencies": {
"beautylog": "^3.1.4",
"beautylog": "^4.1.1",
"q": "^1.4.1",
"through2": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"npmts": "^4.0.2"
"npmts": "^5.0.3"
}
}