diff --git a/.releaserc.js b/.releaserc.js new file mode 100644 index 0000000..c133416 --- /dev/null +++ b/.releaserc.js @@ -0,0 +1,8 @@ +module.exports = { + branches: ['main'], + plugins: [ + '@semantic-release/commit-analyzer', + '@semantic-release/release-notes-generator', + '@semantic-release/npm', + ], + }; \ No newline at end of file diff --git a/package.json b/package.json index 39cb71a..dac9e96 100644 --- a/package.json +++ b/package.json @@ -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" },