Skip to content

Commit 33ca23d

Browse files
committed
Initialize scope in npm
1 parent 138049b commit 33ca23d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,17 @@
2222
"poi": "^10.2.1",
2323
"rollup-plugin-vue": "^4.2.0",
2424
"vue-template-compiler": "^2.5.16"
25-
}
25+
},
26+
"directories": {
27+
"example": "example"
28+
},
29+
"dependencies": {},
30+
"repository": {
31+
"type": "git",
32+
"url": "git+https://github.com/dangvanthanh/vue-clock.git"
33+
},
34+
"bugs": {
35+
"url": "https://github.com/dangvanthanh/vue-clock/issues"
36+
},
37+
"homepage": "https://github.com/dangvanthanh/vue-clock#readme"
2638
}

0 commit comments

Comments
 (0)