diff --git a/README.md b/README.md index c45afb7..2f59bec 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index c640a2e..24eb179 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gulp-function", + "name": "@pushrocks/gulp-function", "version": "2.2.16", "description": "accepts a function call as parameter to execute in gulp pipeline", "main": "dist/index.js",