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.
2 parents 5b8494e + 01bf1a1 commit 1fc4cf0Copy full SHA for 1fc4cf0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-mathjax",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"main": "dist/VueMathjax.common.js",
5
"module": "dist/VueMathjax.umd.min.js",
6
"files": [
@@ -16,6 +16,14 @@
16
"core-js": "^3.6.5",
17
"vue": "^2.6.11"
18
},
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",
27
"devDependencies": {
28
"@vue/cli-plugin-babel": "~4.5.17",
29
"@vue/cli-plugin-eslint": "~4.5.17",
0 commit comments