Skip to content

Commit

Permalink
Merge pull request #1763 from gruntjs/bumpMay27
Browse files Browse the repository at this point in the history
Bump nodeunit, eslint dev deps
  • Loading branch information
vladikoff committed May 28, 2023
2 parents 8372e11 + 8aa70d5 commit 238df78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
@@ -1,13 +1,10 @@
# Grunt: The JavaScript Task Runner

[![Build Status: Linux](https://travis-ci.org/gruntjs/grunt.svg?branch=master)](https://travis-ci.org/gruntjs/grunt)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt/branch/master)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt?ref=badge_shield)

<img align="right" height="260" src="https://gruntjs.com/img/grunt-logo-no-wordmark.svg">


### Documentation

Visit the [gruntjs.com](https://gruntjs.com/) website for all the things.
Expand All @@ -17,6 +14,7 @@ Visit the [gruntjs.com](https://gruntjs.com/) website for all the things.
Before you make an issue, please read our [Contributing](https://gruntjs.com/contributing) guide.

### Release History

See the [CHANGELOG](CHANGELOG).

### License
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,9 +54,9 @@
"devDependencies": {
"difflet": "~1.0.1",
"eslint-config-grunt": "~2.0.1",
"grunt-contrib-nodeunit": "~4.0.0",
"grunt-contrib-nodeunit": "~5.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "~24.0.1",
"grunt-eslint": "~24.1.0",
"temporary": "~1.1.0",
"through2": "~4.0.2"
},
Expand Down

0 comments on commit 238df78

Please sign in to comment.