Skip to content

Commit 057de19

Browse files
committed
Updated package.json
1 parent 893089c commit 057de19

File tree

2 files changed

+2631
-2513
lines changed

2 files changed

+2631
-2513
lines changed

vue-toggle-component/package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "vue-toggle-component",
3-
"version": "1.0.8",
4-
"description": "",
3+
"version": "1.0.9",
54

65
"main": "dist/vue-toggle-component.ssr.js",
76
"browser": "dist/vue-toggle-component.esm.js",
@@ -50,5 +49,20 @@
5049
},
5150
"engines": {
5251
"node": ">=12"
53-
}
52+
},
53+
"description": "vue-toggle-component makes an ease to use, lightweight and highly customizable toggle component for Vue.js.",
54+
"repository": "git+https://github.com/niels-bosman/vue-toggle-component.git",
55+
"keywords": [
56+
"Vue.js",
57+
"Toggle",
58+
"Component",
59+
"Lightweight",
60+
"Checkbox"
61+
],
62+
"author": "Niels Bosman",
63+
"license": "MIT",
64+
"bugs": {
65+
"url": "https://github.com/niels-bosman/vue-toggle-component/issues"
66+
},
67+
"homepage": "https://github.com/niels-bosman/vue-toggle-component#readme"
5468
}

0 commit comments

Comments
 (0)