|
1 | 1 | { |
2 | 2 | "name": "docsy", |
3 | | - "version": "0.14.4-dev+021-over-main-b219dab5", |
| 3 | + "version": "0.14.4-dev+022-over-main-6884d94e", |
4 | 4 | "repository": "github:google/docsy", |
5 | 5 | "homepage": "https://www.docsy.dev", |
6 | 6 | "license": "Apache-2.0", |
|
13 | 13 | "_check:links": "npm run _cd:docsy.dev -- npm run _check:links", |
14 | 14 | "_check:markdown": "npx markdownlint-cli2", |
15 | 15 | "_commit:public": "npm run _cd:docsy.dev -- npm run _commit:public", |
16 | | - "_cp:bs-rfs": "npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/", |
| 16 | + "_cp:bs-rfs": "bash -c 'cp node_modules/bootstrap/scss/vendor/*.scss assets/_vendor/bootstrap/scss/'", |
17 | 17 | "_cp:bs-scrollspy": "perl scripts/scrollspy-patch/extract-method.pl", |
18 | 18 | "_diff:check": "git diff --name-only --exit-code", |
19 | 19 | "_gen-chroma-styles": "bash -c scripts/gen-chroma-styles.sh", |
|
52 | 52 | "serve": "npm run _cd:docsy.dev -- npm run serve --", |
53 | 53 | "set:version:example": "cd ../docsy-example && node ../docsy/scripts/set-package-version/index.mjs", |
54 | 54 | "set:version": "npm run -s _spv -- -c config/production/params.yaml && npm run -s _spv && npm run -s fix:version", |
55 | | - "test:tooling": "node --test", |
| 55 | + "test:tooling": "node --test 'scripts/**/*.test.mjs'", |
56 | 56 | "test:website": "npm run cd:docsy.dev test", |
57 | 57 | "test": "npm run fix-and-test", |
58 | 58 | "update:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest", |
|
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "@cspell/dict-fr-fr": "^2.3.2", |
68 | | - "cpy-cli": "^6.0.0", |
69 | | - "markdownlint-cli2": "^0.20.0", |
| 68 | + "markdownlint-cli2": "^0.21.0", |
70 | 69 | "markdownlint-rule-link-pattern": "github:chalin/markdownlint-rule-link-pattern#v0.2.0", |
71 | 70 | "prettier": "^3.8.1" |
72 | 71 | }, |
|
0 commit comments