hugo-bin-extended 0.112.0 → 0.112.3
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.
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hugo-bin-extended",
|
|
3
|
-
"version": "0.112.
|
|
4
|
-
"hugoVersion": "0.112.
|
|
5
|
-
"description": "Binary wrapper for Hugo
|
|
3
|
+
"version": "0.112.3",
|
|
4
|
+
"hugoVersion": "0.112.3",
|
|
5
|
+
"description": "Binary wrapper for Hugo",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/MarlonLuan/hugo-bin-extended.git"
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"bin-check": "^4.1.0",
|
|
38
|
+
"c8": "^7.13.0",
|
|
38
39
|
"uvu": "^0.5.6",
|
|
39
40
|
"xo": "^0.54.2"
|
|
40
41
|
},
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"fix": "xo --fix",
|
|
44
45
|
"uvu": "uvu test",
|
|
45
46
|
"test": "npm run lint && npm run uvu",
|
|
47
|
+
"test:ci": "c8 npm run uvu",
|
|
46
48
|
"postinstall": "node lib/install.js"
|
|
47
49
|
},
|
|
48
50
|
"files": [
|