Skip to content

Commit f5269c2

Browse files
committed
add keywords
1 parent 347245d commit f5269c2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reside-ic/typedoc-plugin-copy-doc",
33
"type": "module",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "MIT",
66
"description": "Plugin for Typedoc that copies relevant documentation",
77
"author": {
@@ -26,5 +26,11 @@
2626
],
2727
"scripts": {
2828
"build": "rimraf dist && tsc"
29-
}
29+
},
30+
"keywords": [
31+
"typedoc-plugin",
32+
"typedocplugin",
33+
"copydoc",
34+
"inheritdoc"
35+
]
3036
}

0 commit comments

Comments
 (0)