Skip to content

Commit

Permalink
feat: update release info
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 12, 2022
1 parent 4505ee1 commit 57089b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "NODE_OPTIONS=--max_old_space_size=6096 tsc --build",
"semantic-release": "semantic-release"
},
"main": "src/index.ts",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 57089b6

Please sign in to comment.