Skip to content

Commit 3be2712

Browse files
add keywords
1 parent 16feb2a commit 3be2712

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/process/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "svelte-markdoc-preprocess",
3-
"version": "0.0.0-alpha.4",
3+
"version": "0.0.0-alpha.5",
44
"description": "A Svelte preprocessor that allows you to use Markdoc.",
55
"type": "module",
6+
"keywords": [
7+
"svelte",
8+
"preprocessor",
9+
"markdoc",
10+
"markdown",
11+
"md"
12+
],
613
"scripts": {
714
"check": "publint",
815
"lint": "prettier --check .",

0 commit comments

Comments
 (0)