Skip to content

Commit

Permalink
patch: package.json fix exports / make main for release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel committed Jan 28, 2024
1 parent b66e198 commit 6d9e54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"./rehype-katex": "./dist/rehype-katex.js",
"./rehype-wrap": "./dist/rehype-wrap.js",
"./rehype-save": "./dist/rehype-save.js",
"./rehype-meta": "./dist/rehype-meta.js",
"./remark-meta": "./dist/remark-meta.js",
"./rehype-clean-internal": "./dist/rehype-clean-internal.js",
"./rehype-replace-text": "./dist/rehype-replace-text.js",
"./rehype-counter": "./dist/rehype-counter.js"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: ["release"],
branches: ["main"],
plugins: [
"@semantic-release/npm",
"@semantic-release/github",
Expand Down

0 comments on commit 6d9e54d

Please sign in to comment.