Skip to content

Commit

Permalink
remove unused webpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jan 14, 2024
1 parent 55c882b commit 2888ffe
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1,786 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: 'cpr_commit_sha'
run: |
git add . && git commit -m "chore(release): publish ${{ steps.incremented-version.outputs.result }}"
echo "sha=$(git rev-parse HEAD)\n" >> $GITHUB_OUTPUT
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Create Release Pull Request
id: cpr
uses: peter-evans/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"rollup-plugin-typescript2": "^0.27.2",
"tslib": "^2.0.1",
"tslint": "^6.1.0",
"typescript": "^3.9.7",
"webpack": "^5.1.1"
"typescript": "^3.9.7"
},
"nyc": {
"reporter": [
Expand Down
Loading

0 comments on commit 2888ffe

Please sign in to comment.