Skip to content

Commit 1538f6b

Browse files
committed
Set version to 1.0.3
1 parent 4d55a9f commit 1538f6b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "jsdoc-plugin-typescript",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Plugin to make TypeScript's JSDoc type annotations work with JSDoc",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"keywords": ["jsdoc", "typescript"],
9+
"keywords": [
10+
"jsdoc",
11+
"typescript"
12+
],
1013
"license": "BSD-2-Clause",
1114
"repository": {
1215
"type": "git",

0 commit comments

Comments
 (0)