From 50836eab0656fc32de14bf0e96c85ce7d30155a0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 9 Dec 2018 01:27:24 +0100 Subject: [PATCH] BREAKING CHANGE(npm scope): update --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",