Skip to content

Commit

Permalink
Update package.json filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Nov 28, 2017
1 parent ba46b08 commit dfaec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepublish": "npm run build",
"lint": "xo",
"build:css": "node-sass themes/ -o themes/ && node-sass themes/vue-tabs.scss dist/vue-tabs.min.css --output-style compressed",
"build": "bili --name Vue-Tabs --format cjs --format umd --compress --banner --js babel && npm run build:css",
"build": "bili --filename vue-tabs --format cjs --format umd --compress --banner --js babel && npm run build:css",
"build:example": "poi build",
"dev": "poi --port 5000",
"deploy": "npm run build:example && gh-pages -d example/dist"
Expand Down

0 comments on commit dfaec03

Please sign in to comment.