Skip to content

Commit 482814f

Browse files
author
Max Leiter
authored
Add repository field to package.json
Documentation: https://docs.npmjs.com/files/package.json
1 parent 3ead0d4 commit 482814f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "draggable component for vue",
55
"license": "MIT",
66
"main": "dist/vuedraggable.umd.min.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/SortableJS/Vue.Draggable.git"
10+
},
711
"private": false,
812
"scripts": {
913
"serve": "vue-cli-service serve ./example/main.js --open --mode local",

0 commit comments

Comments
 (0)