Compare commits

..

3 Commits

Author SHA1 Message Date
04d7f9cf7e 1.3.6 2016-06-11 23:06:29 +02:00
afc9fd122f update gitlab-yml 2016-06-11 21:41:16 +02:00
a3dec7bb8a now using npmts-g 2016-06-11 21:36:21 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
image: hosttoday/ht-docker-node:latest
image: hosttoday/ht-docker-node:npmts
stages:
- test

View File

@ -1,6 +1,6 @@
{
"name": "gulp-function",
"version": "1.3.5",
"version": "1.3.6",
"description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -33,7 +33,7 @@
"devDependencies": {
"beautylog": "^5.0.8",
"gulp": "^3.9.1",
"npmts": "^5.2.1",
"npmts-g": "^5.2.6",
"typings-test": "^1.0.1"
}
}