Compare commits

..

4 Commits

Author SHA1 Message Date
c39a4a6cb0 2.2.14 2018-01-29 23:54:02 +01:00
f325479a11 update ci 2018-01-29 23:53:58 +01:00
c79f443c18 2.2.13 2018-01-29 23:30:12 +01:00
14bb4a90bb update README 2018-01-29 23:30:09 +01:00
4 changed files with 13 additions and 3 deletions

View File

@ -8,6 +8,7 @@ cache:
stages: stages:
- mirror - mirror
- security
- test - test
- release - release
- trigger - trigger
@ -20,6 +21,15 @@ mirror:
tags: tags:
- docker - docker
security:
stage: security
script:
- npmci command yarn global add snyk
- npmci command yarn install --ignore-scripts
- npmci command snyk test
tags:
- docker
testLEGACY: testLEGACY:
stage: test stage: test
script: script:

View File

@ -24,7 +24,7 @@ accepts a function call as parameter to execute in gulp pipeline
### Usage ### Usage
```typescript ```typescript
import * as gulp from "gulp"; import gulp = require('gulp');
import gulpFunction from "gulp-function"; // default ES6 export import gulpFunction from "gulp-function"; // default ES6 export
// import {forFirst, forEach, atEnd} from 'gulp-function' // import {forFirst, forEach, atEnd} from 'gulp-function'

View File

@ -3,7 +3,7 @@
"mode": "default" "mode": "default"
}, },
"npmci": { "npmci": {
"globalNpmTools": [ "npmGlobalTools": [
"npmts" "npmts"
] ]
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "gulp-function", "name": "gulp-function",
"version": "2.2.12", "version": "2.2.14",
"description": "accepts a function call as parameter to execute in gulp pipeline", "description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",