grunt-html-snapshots 7.8.2 → 7.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -92,3 +92,6 @@ Many more options are available. For details and examples of using the html-snap
92
92
 
93
93
  ## Contributing
94
94
  In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
95
+
96
+ ## License
97
+ [MIT License](LICENSE.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "grunt-html-snapshots",
3
3
  "description": "The grunt task for html-snapshots",
4
- "version": "7.8.2",
4
+ "version": "7.9.0",
5
5
  "homepage": "https://github.com/localnerve/grunt-html-snapshots",
6
6
  "author": {
7
7
  "name": "Alex Grant",
@@ -29,12 +29,12 @@
29
29
  "lint": "eslint ."
30
30
  },
31
31
  "dependencies": {
32
- "html-snapshots": "^3.8.2"
32
+ "html-snapshots": "^3.9.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@eslint/js": "^9.2.0",
36
- "eslint": "^9.2.0",
37
- "globals": "^15.2.0",
35
+ "@eslint/js": "^9.3.0",
36
+ "eslint": "^9.3.0",
37
+ "globals": "^15.3.0",
38
38
  "grunt-contrib-clean": "^2.0.1",
39
39
  "grunt-contrib-nodeunit": "^5.0.0",
40
40
  "grunt": "^1.6.1"