Skip to content

Commit 853163a

Browse files
committed
fix: use default index file
1 parent f9ffea3 commit 853163a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = api => {
2+
//
3+
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-vuetify-essentials",
33
"version": "0.0.1",
4-
"main": "generator/index.js",
4+
"main": "index.js",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)