Skip to content

Commit dfaec03

Browse files
committed
Update package.json filename
1 parent ba46b08 commit dfaec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublish": "npm run build",
2323
"lint": "xo",
2424
"build:css": "node-sass themes/ -o themes/ && node-sass themes/vue-tabs.scss dist/vue-tabs.min.css --output-style compressed",
25-
"build": "bili --name Vue-Tabs --format cjs --format umd --compress --banner --js babel && npm run build:css",
25+
"build": "bili --filename vue-tabs --format cjs --format umd --compress --banner --js babel && npm run build:css",
2626
"build:example": "poi build",
2727
"dev": "poi --port 5000",
2828
"deploy": "npm run build:example && gh-pages -d example/dist"

0 commit comments

Comments
 (0)