Skip to content

Commit

Permalink
feat(plugin): export line wrap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Jul 27, 2024
1 parent 0f7cf24 commit 29792e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"./plugins/line-mark-plugin": "./src/rehype-starry-night/plugins/line-mark-plugin.js",
"./plugins/line-prompt-plugin": "./src/rehype-starry-night/plugins/line-prompt-plugin.js",
"./plugins/line-output-plugin": "./src/rehype-starry-night/plugins/line-output-plugin.js",
"./plugins/line-wrap-plugin": "./src/rehype-starry-night/plugins/line-wrap-plugin.js",
"./remark-inline-code-lang": "./src/remark-inline-code-lang/index.js",
"./rehype-starry-night-inline": "./src/rehype-starry-night-inline/index.js",
"./css": "./src/index.css",
Expand All @@ -45,6 +46,7 @@
"src/rehype-starry-night/plugins/line-mark-plugin.js",
"src/rehype-starry-night/plugins/line-prompt-plugin.js",
"src/rehype-starry-night/plugins/line-output-plugin.js",
"src/rehype-starry-night/plugins/line-wrap-plugin.js",
"src/remark-inline-code-lang/index.js",
"src/rehype-starry-night-inline/index.js"
],
Expand Down

0 comments on commit 29792e0

Please sign in to comment.