Compare commits

...

2 Commits

Author SHA1 Message Date
ac9305c480 1.0.4 2016-02-12 05:41:06 +01:00
a51419f2b0 add npmts.json 2016-02-12 05:41:02 +01:00
2 changed files with 5 additions and 1 deletions

4
npmts.json Normal file
View File

@ -0,0 +1,4 @@
{
"mode":"default",
"coveralls":true
}

View File

@ -1,6 +1,6 @@
{
"name": "gulp-function",
"version": "1.0.3",
"version": "1.0.4",
"description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "index.js",
"scripts": {