We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95b2ad commit 1fa40b0Copy full SHA for 1fa40b0
README.md
@@ -191,6 +191,7 @@ your code using Grunt.
191
192
## Release History
193
194
+ * 2018-03-04 v2.1.0 Upgrade to the reporter v2.1.0
195
* 2018-03-01 v2.0.0 Upgrade to the reporter v2.0.0
196
* 2018-03-01 v1.0.0 Upgrade to the reporter v1.0.0
197
* 2018-01-27 v0.1.0 Allow generating an empty report with all validated files
package.json
@@ -31,8 +31,8 @@
31
"travis-deploy-once": "travis-deploy-once"
32
},
33
"dependencies": {
34
- "chalk": "^2.3.1",
35
- "grunt-html-html-reporter": "^2.0.0"
+ "chalk": "^2.3.2",
+ "grunt-html-html-reporter": "^2.1.0"
36
37
"devDependencies": {
38
"grunt": "^1.0.2",
0 commit comments