Skip to content

Commit

Permalink
fix: plugin exports
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Apr 26, 2024
1 parent a8f6321 commit fae2aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"./css": "./src/index.css",
"./header-caption-extension": "./src/hast-util-starry-night-header-caption-extension.js",
"./header-language-extension": "./src/hast-util-starry-night-header-language-extension.js",
"./remark-code-directive": "./src/remark-code-directive.js",
"./rehype-starry-night-inline": "./src/rehype-starry-night-inline.js"
"./remark-inline-code-lang": "./src/remark-inline-code-lang/index.js",
"./rehype-starry-night-inline": "./src/rehype-starry-night-inline/index.js"
},
"files": [
"src/index.js",
Expand All @@ -35,8 +35,8 @@
"src/hast-util-starry-night-header-caption-extension.js",
"src/hast-util-starry-night-header-language-extension.js",
"src/index.css",
"src/remark-code-directive.js",
"src/rehype-starry-night-inline.js"
"src/remark-inline-code-lang/index.js",
"src/rehype-starry-night-inline/index.js"
],
"scripts": {
"test": "vitest plugin"
Expand Down

0 comments on commit fae2aca

Please sign in to comment.