Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Mar 9, 2024
1 parent 182d684 commit ab039f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nuxt": "^3.10.2",
"nuxt-content-twoslash": "^0.0.10",
"nuxt-og-image": "^2.2.4",
"nuxt-open-fetch": "^0.4.4",
"nuxt-open-fetch": "^0.6.0",
"openapi-typescript": "^6.7.4",
"picocolors": "^1.0.0",
"shiki-twoslash": "^3.1.2"
Expand Down
8 changes: 4 additions & 4 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:server": "listhen -w ./playground/server.ts",
"start:server": "listhen ./playground/server.ts",
"release": "npm run lint && npm run test && npm run prepack && changelogen --major --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit ab039f4

Please sign in to comment.