Skip to content

Commit

Permalink
chore: use shared semrel config
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 8, 2024
1 parent 0f67cc4 commit fad6181
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 31 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
},
"homepage": "https://github.com/eik-lib/rollup-plugin#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@eik/semantic-release-config": "1.0.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -56,7 +55,7 @@
},
"dependencies": {
"@eik/common": "3.0.1",
"undici": "5.28.4",
"rollup-plugin-import-map": "3.0.0"
"rollup-plugin-import-map": "3.0.0",
"undici": "5.28.4"
}
}
27 changes: 0 additions & 27 deletions release.config.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: "@eik/semantic-release-config",
};

0 comments on commit fad6181

Please sign in to comment.