diff --git a/README.md b/README.md index 51c00b6..2437e28 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NPM version](https://badge.fury.io/js/%40ndigitals%2Fgrunt-checkrepo.svg)](https://badge.fury.io/js/%40ndigitals%2Fgrunt-checkrepo) [![Build Status](https://github.com/ndigitals/grunt-checkrepo/actions/workflows/release.yml/badge.svg)](https://github.com/ndigitals/grunt-checkrepo/actions/workflows/release.yml) [![NPM Downloads](https://img.shields.io/npm/dm/@ndigitals/grunt-checkrepo)](https://www.npmjs.com/package/@ndigitals/grunt-checkrepo) -[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) +[![MIT License](https://img.shields.io/npm/l/@ndigitals/grunt-checkrepo)](https://github.com/ndigitals/grunt-checkrepo/blob/develop/LICENSE) Check the state of repository. diff --git a/package-lock.json b/package-lock.json index cb28929..ab5842e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ndigitals/grunt-checkrepo", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13bedd3..086b10a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ndigitals/grunt-checkrepo", "description": "Check the state of repository.", - "version": "0.2.4", + "version": "0.2.5", "homepage": "https://github.com/ndigitals/grunt-checkrepo", "author": "Darsain (http://darsa.in)", "contributors": [ @@ -43,7 +43,7 @@ "grunt-contrib-jshint": "~3.1.0" }, "peerDependencies": { - "grunt": "~1.3.0" + "grunt": "^1.0" }, "keywords": [ "gruntplugin"