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 8200dd1 commit 010a576
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 77 deletions.
99 changes: 49 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,51 @@
{
"name": "@podium/hapi-podlet",
"version": "4.0.7",
"type": "module",
"description": "Hapi plugin for Podium Podlet",
"main": "lib/podlet-plugin.js",
"license": "MIT",
"keywords": [
"micro services",
"micro frontend",
"components",
"podium",
"hapi"
],
"repository": {
"type": "git",
"url": "[email protected]:podium-lib/hapi-podlet.git"
},
"bugs": {
"url": "https://github.com/podium-lib/issues"
},
"homepage": "https://podium-lib.io/",
"files": [
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE",
"lib"
],
"scripts": {
"test": "tap --disable-coverage --allow-empty-coverage",
"test:coverage": "tap",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "Trygve Lie",
"dependencies": {
"@podium/utils": "5.3.1"
},
"devDependencies": {
"@hapi/hapi": "21.3.10",
"@podium/eslint-config": "1.0.0",
"@podium/podlet": "5.1.12",
"@podium/test-utils": "2.5.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"eslint": "9.11.1",
"prettier": "3.3.3",
"semantic-release": "22.0.12",
"tap": "18.8.0"
}
"name": "@podium/hapi-podlet",
"version": "4.0.7",
"type": "module",
"description": "Hapi plugin for Podium Podlet",
"main": "lib/podlet-plugin.js",
"license": "MIT",
"keywords": [
"micro services",
"micro frontend",
"components",
"podium",
"hapi"
],
"repository": {
"type": "git",
"url": "[email protected]:podium-lib/hapi-podlet.git"
},
"bugs": {
"url": "https://github.com/podium-lib/issues"
},
"homepage": "https://podium-lib.io/",
"files": [
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE",
"lib"
],
"scripts": {
"test": "tap --disable-coverage --allow-empty-coverage",
"test:coverage": "tap",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "Trygve Lie",
"dependencies": {
"@podium/utils": "5.3.1"
},
"devDependencies": {
"@hapi/hapi": "21.3.10",
"@podium/eslint-config": "1.0.0",
"@podium/podlet": "5.1.12",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "2.5.2",
"eslint": "9.11.1",
"prettier": "3.3.3",
"semantic-release": "24.1.1",
"tap": "18.8.0"
}
}
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 010a576

Please sign in to comment.