diff --git a/README.md b/README.md index e03b5f13..5daac675 100644 --- a/README.md +++ b/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) - ### Documentation Visit the [gruntjs.com](https://gruntjs.com/) website for all the things. @@ -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 diff --git a/package.json b/package.json index e99ca6d3..57cae0c9 100644 --- a/package.json +++ b/package.json @@ -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" },