Compare commits

..

2 Commits

Author SHA1 Message Date
51b9088d3e 1.2.4 2016-04-05 00:27:13 +02:00
375b43a11c update deps 2016-04-05 00:27:08 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "gulp-function",
"version": "1.2.3",
"version": "1.2.4",
"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.0",
"q": "^1.4.1",
"through2": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"npmts": "^4.0.2"
"npmts": "^5.0.0"
}
}