Skip to content

Commit 08876df

Browse files
committed
v+
1 parent e3f2f27 commit 08876df

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "vue-js-toggle-button",
33
"description": "A toggle button component for Vue.js 2+",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": "euvl <[email protected]>",
66
"private": false,
77
"scripts": {
8-
"build:client": "webpack --config ./webpack.config.js --progress --hide-modules",
9-
"build:ssr": "webpack --config ./webpack.ssr.config.js --progress --hide-modules",
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",
1012
"build": "npm run build:client && npm run build:ssr"
1113
},
1214
"main": "dist/index.js",
@@ -20,12 +22,7 @@
2022
"peerDependencies": {
2123
"vue": "^2.0.0"
2224
},
23-
"keywords": [
24-
"vue",
25-
"toggle",
26-
"switch",
27-
"button"
28-
],
25+
"keywords": ["vue", "toggle", "switch", "button"],
2926
"devDependencies": {
3027
"babel-core": "^6.0.0",
3128
"babel-loader": "^6.0.0",

0 commit comments

Comments
 (0)