Skip to content

Commit 76b40a5

Browse files
committed
move src/main.js to index.js to fix import errors
1 parent e88a1dd commit 76b40a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main.js renamed to index.js

File renamed without changes.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"author": "Christian González <[email protected]>",
66
"scripts": {
77
"serve": "vue-cli-service serve",
8-
"build": "vue-cli-service build",
9-
"build-lib": "vue-cli-service build --target lib --name vue-extensionpoints src/main.js",
8+
"build": "vue-cli-service build --target lib --name vue-extensionpoints index.js",
109
"lint": "vue-cli-service lint",
11-
"prepublish": "npm run lint && npm run build-lib"
10+
"prepublish": "npm run lint && npm run build"
1211
},
1312
"repository": {
1413
"type": "git",

0 commit comments

Comments
 (0)