Skip to content

Commit

Permalink
Rebuild new version 🍰
Browse files Browse the repository at this point in the history
  • Loading branch information
euvl committed Aug 11, 2018
1 parent 68d23ce commit e96b91c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
7 changes: 6 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/ssr.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"author": "euvl <[email protected]>",
"private": false,
"scripts": {
"build:client":
"webpack --config ./webpack.config.js --progress --hide-modules",
"build:ssr":
"webpack --config ./webpack.ssr.config.js --progress --hide-modules",
"build:client": "webpack --config ./webpack.config.js --progress --hide-modules",
"build:ssr": "webpack --config ./webpack.ssr.config.js --progress --hide-modules",
"build": "npm run build:client && npm run build:ssr"
},
"main": "dist/index.js",
Expand All @@ -22,7 +20,12 @@
"peerDependencies": {
"vue": "^2.0.0"
},
"keywords": ["vue", "toggle", "switch", "button"],
"keywords": [
"vue",
"toggle",
"switch",
"button"
],
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
Expand Down

0 comments on commit e96b91c

Please sign in to comment.