We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35621b commit cf1002dCopy full SHA for cf1002d
1 file changed
packages/create-app/package.json
@@ -9,6 +9,10 @@
9
"type": "git",
10
"url": "https://github.com/antfu/vite-slides"
11
},
12
+ "main": "index.js",
13
+ "bin": {
14
+ "create-vite-slides": "index.js"
15
+ },
16
"homepage": "https://github.com/antfu/vite-slides",
17
"bugs": "https://github.com/antfu/vite-slides/issues",
18
"dependencies": {
0 commit comments