hugo-bin-extended 0.92.1 → 0.93.1

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hugo-bin-extended",
3
- "version": "0.92.1",
4
- "hugoVersion": "0.92.1",
3
+ "version": "0.93.1",
4
+ "hugoVersion": "0.93.1",
5
5
  "description": "Binary wrapper for Hugo Extended",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,11 +26,12 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "bin-check": "^4.1.0",
29
- "eslint": "^8.7.0",
29
+ "eslint": "^8.10.0",
30
30
  "uvu": "^0.5.3"
31
31
  },
32
32
  "scripts": {
33
33
  "lint": "eslint .",
34
+ "fix": "npm run lint -- --fix",
34
35
  "uvu": "uvu test",
35
36
  "test": "npm run lint && npm run uvu",
36
37
  "postinstall": "rimraf vendor && node lib/install.js"