We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5186371 commit 5162a69Copy full SHA for 5162a69
package.json
@@ -7,7 +7,7 @@
7
"module": "dist/vue-vis-network.min.js",
8
"unpkg": "dist/vue-vis-network.min.js",
9
"directories": {
10
- "test": "test"
+ "example": "example"
11
},
12
"scripts": {
13
"build": "run-script-os",
@@ -18,7 +18,7 @@
18
19
"repository": {
20
"type": "git",
21
- "url": "https://github.com/r3code/vue-vis-network.git"
+ "url": "git+https://github.com/r3code/vue-vis-network.git"
22
23
"files": [
24
"dist/",
@@ -57,5 +57,9 @@
57
"webpack": "^4.16.4",
58
"webpack-cli": "^3.1.0",
59
"webpack-dev-server": "^3.1.5"
60
- }
+ },
61
+ "bugs": {
62
+ "url": "https://github.com/r3code/vue-vis-network/issues"
63
64
+ "homepage": "https://github.com/r3code/vue-vis-network#readme"
65
}
0 commit comments