Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat(up): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 17, 2022
1 parent fd9ddbf commit 9ee3f12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 142 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"gendocs": "jiti ./scripts/gen-docs.ts"
},
"dependencies": {
"@docus/nuxt3-docs": "0.0.8",
"@docus/nuxt3-docs": "0.0.10",
"jiti": "^1.13.0",
"nuxt": "^3.0.0-rc.4"
},
Expand Down
5 changes: 2 additions & 3 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": ".nuxt/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
Expand All @@ -9,8 +10,6 @@
"allowJs": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"types": [
"node"
]
"types": ["node"]
}
}
138 changes: 0 additions & 138 deletions docs/windi.config.js

This file was deleted.

0 comments on commit 9ee3f12

Please sign in to comment.