Skip to content

Commit

Permalink
Fix(Semantic Release): Remove unnecessary files and fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 26, 2024
1 parent 87dcfaa commit 580a15e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./configure": {
"require": "./dist/configure.cjs",
"import": "./dist/configure.mjs",
"types": "./dist/configure.d.ts"
},
"./rules": {
"require": "./dist/rules.cjs",
"import": "./dist/rules.mjs",
"types": "./dist/rules.d.ts"
}
},
"publishConfig": {
Expand All @@ -62,9 +52,7 @@
"preset"
],
"files": [
"configure.js",
"rules.js",
"release.config.js"
"dist"
],
"dependencies": {
"@techor/extend": "workspace:^",
Expand Down

0 comments on commit 580a15e

Please sign in to comment.