Compare commits

...

4 Commits

Author SHA1 Message Date
1008c3f103 3.0.1 2018-12-09 01:34:30 +01:00
c366bde211 fix(npm): permissions 2018-12-09 01:34:30 +01:00
e22c6764b7 3.0.0 2018-12-09 01:27:25 +01:00
50836eab06 BREAKING CHANGE(npm scope): update 2018-12-09 01:27:24 +01:00
4 changed files with 9 additions and 8 deletions

View File

@ -18,6 +18,7 @@ accepts a function call as parameter to execute in gulp pipeline
[![TypeScript](https://img.shields.io/badge/TypeScript-2.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/)
[![node](https://img.shields.io/badge/node->=%206.x.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Known Vulnerabilities](https://snyk.io/test/npm/{name}/badge.svg)](https://snyk.io/test/npm/@pushrocks/gulp-function)
### Usage

View File

@ -3,8 +3,8 @@
"mode": "default"
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gulp-function",
"version": "2.2.16",
"version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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
}
}