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 0b4e4f8 commit 008f0e3Copy full SHA for 008f0e3
package.json
@@ -32,6 +32,9 @@
32
"deploy": "npm run docs:build && gh-pages -d docs/.vuepress/dist",
33
"test": "prettier --check '**/*.{js,vue}'"
34
},
35
+ "publishConfig": {
36
+ "registry": "https://registry.npmjs.org/"
37
+ },
38
"license": "MIT",
39
"dependencies": {
40
"@vuepress/plugin-active-header-links": "~1.8.2",
0 commit comments