Compare commits

..

2 Commits

Author SHA1 Message Date
c79f443c18 2.2.13 2018-01-29 23:30:12 +01:00
14bb4a90bb update README 2018-01-29 23:30:09 +01:00
2 changed files with 2 additions and 2 deletions

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

@ -1,6 +1,6 @@
{ {
"name": "gulp-function", "name": "gulp-function",
"version": "2.2.12", "version": "2.2.13",
"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",