Skip to content

Commit 1fc390d

Browse files
Tidy keywords
1 parent b89a1eb commit 1fc390d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
"name": "typescript-docs-verifier",
33
"description": "Verifies that typescript examples in markdown files actually compile.",
44
"keywords": [
5-
"typescript",
6-
"ts",
7-
"documentation",
8-
"docs",
9-
"doc",
10-
"compile",
11-
"compilation",
5+
"block",
6+
"blocks",
127
"build",
138
"check",
149
"code",
15-
"blocks",
16-
"generator",
10+
"compilation",
11+
"compile",
12+
"doc",
13+
"docs",
14+
"documentation",
1715
"markdown",
18-
"md"
16+
"md",
17+
"ts",
18+
"typescript",
19+
"verify"
1920
],
2021
"version": "1.0.1",
2122
"main": "dist/index.js",

0 commit comments

Comments
 (0)