Skip to content

Commit 1fc4cf0

Browse files
authored
Merge pull request #39 from justforuse/dev-2.0
2 parents 5b8494e + 01bf1a1 commit 1fc4cf0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mathjax",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/VueMathjax.common.js",
55
"module": "dist/VueMathjax.umd.min.js",
66
"files": [
@@ -16,6 +16,14 @@
1616
"core-js": "^3.6.5",
1717
"vue": "^2.6.11"
1818
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/justforuse/vue-mathjax.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/justforuse/vue-mathjax/issues"
25+
},
26+
"homepage": "https://github.com/justforuse/vue-mathjax",
1927
"devDependencies": {
2028
"@vue/cli-plugin-babel": "~4.5.17",
2129
"@vue/cli-plugin-eslint": "~4.5.17",

0 commit comments

Comments
 (0)