Skip to content

Commit 5162a69

Browse files
committed
chore: package.json updated
1 parent 5186371 commit 5162a69

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "dist/vue-vis-network.min.js",
88
"unpkg": "dist/vue-vis-network.min.js",
99
"directories": {
10-
"test": "test"
10+
"example": "example"
1111
},
1212
"scripts": {
1313
"build": "run-script-os",
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/r3code/vue-vis-network.git"
21+
"url": "git+https://github.com/r3code/vue-vis-network.git"
2222
},
2323
"files": [
2424
"dist/",
@@ -57,5 +57,9 @@
5757
"webpack": "^4.16.4",
5858
"webpack-cli": "^3.1.0",
5959
"webpack-dev-server": "^3.1.5"
60-
}
60+
},
61+
"bugs": {
62+
"url": "https://github.com/r3code/vue-vis-network/issues"
63+
},
64+
"homepage": "https://github.com/r3code/vue-vis-network#readme"
6165
}

0 commit comments

Comments
 (0)