Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
1008c3f103 | |||
c366bde211 | |||
e22c6764b7 | |||
50836eab06 |
@ -18,6 +18,7 @@ accepts a function call as parameter to execute in gulp pipeline
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](http://standardjs.com/)
|
||||
[](https://snyk.io/test/npm/@pushrocks/gulp-function)
|
||||
|
||||
### Usage
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
"mode": "default"
|
||||
},
|
||||
"npmci": {
|
||||
"npmGlobalTools": [
|
||||
"npmts"
|
||||
]
|
||||
"npmGlobalTools": [],
|
||||
"npmAccessLevel": "public"
|
||||
|
||||
}
|
||||
}
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gulp-function",
|
||||
"version": "2.2.16",
|
||||
"version": "3.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gulp-function",
|
||||
"version": "2.2.16",
|
||||
"name": "@pushrocks/gulp-function",
|
||||
"private": false,
|
||||
"version": "3.0.1",
|
||||
"description": "accepts a function call as parameter to execute in gulp pipeline",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@ -37,6 +38,5 @@
|
||||
"gulp": "^3.9.1",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-prettier": "^1.17.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user