Compare commits

..

4 Commits

Author SHA1 Message Date
75219a5474 1.3.1 2016-04-07 13:56:23 +02:00
8f0ecb3f4a added beautylog back as dev dependency 2016-04-07 13:56:09 +02:00
ec18663137 1.3.0 2016-04-07 13:50:12 +02:00
a476cf8c99 fixed package.json 2016-04-07 13:50:00 +02:00
2 changed files with 3 additions and 4 deletions

View File

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

File diff suppressed because one or more lines are too long