Skip to content

Commit

Permalink
fix(deps): Fixes Grunt peer dependency configuration (#41)
Browse files Browse the repository at this point in the history
- Updates the Grunt peer dependency for compatibility with all 1.x versions.
- Fixes the README license badge.
  • Loading branch information
timnolte authored Nov 16, 2023
1 parent 77e84b1 commit a51b4ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"grunt-contrib-jshint": "~3.1.0"
},
"peerDependencies": {
"grunt": "~1.3.0"
"grunt": "^1.0"
},
"keywords": [
"gruntplugin"
Expand Down

0 comments on commit a51b4ad

Please sign in to comment.