Skip to content

Commit e96b91c

Browse files
committed
Rebuild new version 🍰
1 parent 68d23ce commit e96b91c

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

dist/index.js

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ssr.index.js

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
"author": "euvl <yev.vlasenko@gmail.com>",
66
"private": false,
77
"scripts": {
8-
"build:client":
9-
"webpack --config ./webpack.config.js --progress --hide-modules",
10-
"build:ssr":
11-
"webpack --config ./webpack.ssr.config.js --progress --hide-modules",
8+
"build:client": "webpack --config ./webpack.config.js --progress --hide-modules",
9+
"build:ssr": "webpack --config ./webpack.ssr.config.js --progress --hide-modules",
1210
"build": "npm run build:client && npm run build:ssr"
1311
},
1412
"main": "dist/index.js",
@@ -22,7 +20,12 @@
2220
"peerDependencies": {
2321
"vue": "^2.0.0"
2422
},
25-
"keywords": ["vue", "toggle", "switch", "button"],
23+
"keywords": [
24+
"vue",
25+
"toggle",
26+
"switch",
27+
"button"
28+
],
2629
"devDependencies": {
2730
"babel-core": "^6.0.0",
2831
"babel-loader": "^6.0.0",

0 commit comments

Comments
 (0)