Skip to content

Commit c394552

Browse files
committed
chore: add remark and plugin keywords in _tools/remark/plugins/remark-stdlib-urls-github
The package is a remark plugin yet lacked the `remark` and `plugin` keywords carried by 11 of 14 sibling packages in `@stdlib/_tools/remark/plugins`. Adding both restores the namespace keyword convention.
1 parent 45e1773 commit c394552

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/remark/plugins/remark-stdlib-urls-github

lib/node_modules/@stdlib/_tools/remark/plugins/remark-stdlib-urls-github/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"stdlib",
4242
"repository",
4343
"repo",
44-
"github"
44+
"github",
45+
"remark",
46+
"plugin"
4547
]
4648
}

0 commit comments

Comments
 (0)