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

Commit 48d9d5f

Browse files
authored
Merge pull request #9 from alvarosaburido/bug/missing_github_link_in_npm
Added Repo and Issues to package.json
2 parents 9abb162 + 61c10d5 commit 48d9d5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "Easy way to dynamically create reactive forms in vue based on varying business object model",
55
"author": "Alvaro Saburido <[email protected]>",
66
"license": "MIT",
7+
"repository": {
8+
"type" : "git",
9+
"url" : "https://github.com/alvarosaburido/vue-dynamic-forms.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/alvarosaburido/vue-dynamic-forms/issues"
13+
},
714
"scripts": {
815
"serve": "vue-cli-service serve",
916
"build": "vue-cli-service build --target lib --name as-dynamic-forms src/main.js",

0 commit comments

Comments
 (0)