@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha16 → 1.0.0-alpha17
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@trimble-oss/modus-docs-hugo-theme",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-alpha17",
|
4
4
|
"description": "A Documentation theme for Hugo built by Trimble",
|
5
5
|
"homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
|
6
6
|
"bugs": {
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"lint-css": "stylelint \"assets/css/*.*\" --fix",
|
19
19
|
"lint-html": "htmlhint \"build/**/index.html\"",
|
20
20
|
"lint-js": "eslint assets/js/*.js --fix",
|
21
|
-
"lint-links": "npx linkinator ./",
|
21
|
+
"lint-links": "npx linkinator ./public --recurse --silent",
|
22
22
|
"lint-markdown": "npx markdownlint-cli content/**/*.md --fix",
|
23
23
|
"lint-spellcheck": "npx cspell \"content/**/*.md\" --no-progress",
|
24
24
|
"prettier": "prettier --write \"**/*.{json,js,md,svg,yml}\"",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"test": "npm run lint-css && npm run lint-html && npm run lint-js"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@trimble-oss/modus-bootstrap": "2.0.0-
|
29
|
+
"@trimble-oss/modus-bootstrap": "2.0.0-alpha19",
|
30
30
|
"@trimble-oss/modus-icons": "1.9.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"eslint": "8.56.0",
|
35
35
|
"eslint-config-prettier": "9.1.0",
|
36
36
|
"htmlhint": "1.1.4",
|
37
|
-
"hugo-bin": "0.
|
37
|
+
"hugo-bin": "0.119.0",
|
38
38
|
"postcss": "8.4.33",
|
39
39
|
"postcss-cli": "11.0.0",
|
40
40
|
"prettier": "3.2.4",
|