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 4d55a9f commit 1538f6bCopy full SHA for 1538f6b
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "jsdoc-plugin-typescript",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Plugin to make TypeScript's JSDoc type annotations work with JSDoc",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
- "keywords": ["jsdoc", "typescript"],
+ "keywords": [
10
+ "jsdoc",
11
+ "typescript"
12
+ ],
13
"license": "BSD-2-Clause",
14
"repository": {
15
"type": "git",
0 commit comments