We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a1d98 commit c1dac98Copy full SHA for c1dac98
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typedoc-plugin-version-select",
3
- "version": "0.0.1",
+ "version": "1.0.1-dev",
4
"description": "Typedoc plugin to add a version selector next to the title",
5
"type": "module",
6
"main": "dist/index.js",
@@ -9,7 +9,7 @@
9
"homepage": "https://jameslan.github.io/typedoc-plugin-version-select/",
10
"repository": {
11
"type": "git",
12
- "url": "[email protected]:jameslan/typedoc-plugin-version-select.git"
+ "url": "git+ssh://git@github.com/jameslan/typedoc-plugin-version-select.git"
13
},
14
"files": [
15
"dist"
0 commit comments