Skip to content

Commit

Permalink
chore: remove client
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 26, 2024
1 parent fbc51a3 commit 54cb6e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/create-vuepress/src/flow/createPackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export const createPackageJson = async ({
bundler,
}: CreatePackageJsonOptions): Promise<void> => {
const packageJsonPath = join(targetDir, 'package.json')
// TODO: Update it
const devDependencies = {
'@vuepress/client': '^2.0.0-rc.2',
[`@vuepress/bundler-${bundler}`]: '^2.0.0-rc.2',
'@vuepress/theme-default': '^2.0.0-rc.2',
'vue': '^3.4.0',
Expand Down

0 comments on commit 54cb6e3

Please sign in to comment.