Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 6b8a988

Browse files
author
Steffan
committed
add repository
1 parent cd826f2 commit 6b8a988

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
"version": "1.0.0",
44
"description": "The form fields generator for Vue.js",
55
"homepage": "https://github.com/pagekit/vue-fields",
6+
"license": "MIT",
67
"main": "dist/vue-fields.common.js",
78
"module": "dist/vue-fields.esm.js",
89
"unpkg": "dist/vue-fields.min.js",
910
"jsdelivr": "dist/vue-fields.min.js",
10-
"keywords": [
11-
"vue",
12-
"vuejs",
13-
"mvvm"
14-
],
15-
"license": "MIT",
11+
"keywords": ["vue", "vuejs", "mvvm"],
12+
"bugs": {
13+
"url": "https://github.com/pagekit/vue-fields/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/pagekit/vue-fields.git"
18+
},
1619
"scripts": {
1720
"build": "node ./build/build.js",
1821
"eslint": "./node_modules/.bin/eslint . --ext .js,.vue",

0 commit comments

Comments
 (0)