Skip to content

Commit

Permalink
fix(package): remove semantic release dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sleistner committed Aug 29, 2023
1 parent a1caff8 commit 5f8b16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
node-version: "18.x"
- run: |
npm install --omit=optional --no-package-lock --no-color --no-description
npm install --omit=optional --no-package-lock --no-color --no-description --no-fund --no-save
npm install --no-package-lock --no-color --no-description \
npm install --no-package-lock --no-color --no-description --no-fund --no-save \
@semantic-release/npm \
@semantic-release/git \
@semantic-release/changelog
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
},
"homepage": "https://github.com/enter-at/eslint-config-typescript-prettier#readme",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.5",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-config-prettier": "^9.0.0",
Expand Down

0 comments on commit 5f8b16a

Please sign in to comment.