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 Sep 27, 2024
1 parent 8f78afe commit f480bdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
"devDependencies": {
"@babel/preset-env": "7.25.3",
"@podium/eslint-config": "1.0.0",
"@podium/semantic-release-config": "2.0.0",
"@podium/typescript-config": "1.0.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"eslint": "9.4.0",
"jsdom": "24.1.1",
"npm-run-all2": "6.2.3",
"prettier": "3.2.5",
"rollup": "4.22.4",
"semantic-release": "24.1.1",
"tap": "18.7.2"
}
}
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: '@podium/semantic-release-config',
};

0 comments on commit f480bdb

Please sign in to comment.