Skip to content

Commit 45e1773

Browse files
committed
chore: add remark and plugin keywords in _tools/remark/plugins/remark-run-javascript-examples
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 b8996e2 commit 45e1773

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/remark/plugins/remark-run-javascript-examples

lib/node_modules/@stdlib/_tools/remark/plugins/remark-run-javascript-examples/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"examples",
4646
"demo",
4747
"javascript",
48-
"js"
48+
"js",
49+
"remark",
50+
"plugin"
4951
]
5052
}

0 commit comments

Comments
 (0)