Skip to content

Commit 45c61da

Browse files
author
Niels Bosman
committed
Update package for npm
1 parent 3455f5d commit 45c61da

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "vue-toggle-component",
33
"version": "0.1.0",
4-
"private": true,
54
"scripts": {
65
"serve": "vue-cli-service serve",
76
"build": "vue-cli-service build",
@@ -39,5 +38,26 @@
3938
"last 2 versions",
4039
"not dead"
4140
],
42-
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
41+
"publishConfig": {
42+
"registry": "https://npm.pkg.github.com/"
43+
},
44+
"description": "## Project setup ``` yarn install ```",
45+
"main": "babel.config.js",
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/nehlis/vue-toggle-component.git"
49+
},
50+
"keywords": [
51+
"Vue.js",
52+
"Toggle",
53+
"component",
54+
"Lightweight",
55+
"Checkbox"
56+
],
57+
"author": "Niels Bosman",
58+
"license": "ISC",
59+
"bugs": {
60+
"url": "https://github.com/nehlis/vue-toggle-component/issues"
61+
},
62+
"homepage": "https://github.com/nehlis/vue-toggle-component#readme"
4363
}

0 commit comments

Comments
 (0)