Skip to content

Commit 6bb4ea5

Browse files
authored
Merge pull request #4 from FloEdelmann/patch-1
Add URLs to package.json
2 parents 907ee51 + 5c7353b commit 6bb4ea5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "vue2-teleport",
33
"version": "1.1.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/Mechazawa/vue2-teleport.git"
7+
},
8+
"homepage": "https://github.com/Mechazawa/vue2-teleport",
9+
"bugs": {
10+
"url": "https://github.com/Mechazawa/vue2-teleport/issues"
11+
},
412
"main": "dist/teleport.umd.js",
513
"module": "dist/teleport.esm.js",
614
"unpkg": "dist/teleport.min.js",

0 commit comments

Comments
 (0)