Skip to content

Commit 8c33047

Browse files
authored
chore(cli): export package.json (#340)
Allow the global CLI to easily determine the current version of the vite-plus CLI.
1 parent da21b54 commit 8c33047

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"./binding": {
6464
"import": "./binding/index.js",
6565
"types": "./binding/index.d.ts"
66-
}
66+
},
67+
"./package.json": "./package.json"
6768
}
6869
}

0 commit comments

Comments
 (0)