Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c79f443c18 | |||
14bb4a90bb |
@ -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'
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user