|
1 | 1 | { |
2 | 2 | "name": "docsy-example-site", |
3 | | - "version": "0.13.0", |
4 | | - "version.next": "0.13.1-dev-unreleased", |
| 3 | + "version": "0.14.1", |
| 4 | + "version.next": "0.14.2-dev-unreleased", |
5 | 5 | "description": "Example site that uses Docsy theme for technical documentation.", |
6 | 6 | "repository": "github:google/docsy-example", |
7 | 7 | "homepage": "https://example.docsy.dev", |
|
44 | 44 | "test-and-fix": "npm run fix && npm run test-only", |
45 | 45 | "test-only": "npm run check:links", |
46 | 46 | "test": "npm run test-and-fix", |
47 | | - "update:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest", |
48 | 47 | "update:docsy:main": "hugo mod get -u github.com/google/docsy@main && hugo mod tidy", |
49 | | - "update:hugo-modules": "hugo mod get -u github.com/google/docsy && hugo mod tidy", |
| 48 | + "update:docsy:mod": "hugo mod get -u github.com/google/docsy && hugo mod tidy", |
50 | 49 | "update:hugo": "npm install --save-dev --save-exact hugo-extended@latest", |
51 | | - "update:packages": "npx npm-check-updates -u" |
| 50 | + "update:main": "npm run update:packages && npm run update:docsy:main", |
| 51 | + "update:packages": "npx npm-check-updates -u", |
| 52 | + "update": "npm run update:packages && npm run update:docsy:mod" |
52 | 53 | }, |
53 | 54 | "devDependencies": { |
54 | 55 | "autoprefixer": "^10.4.24", |
|
0 commit comments