Skip to content

Commit

Permalink
Merge pull request #24 from binary-butterfly/fix-bundle
Browse files Browse the repository at this point in the history
Fix bundle²
  • Loading branch information
DysphoricUnicorn authored Sep 11, 2023
2 parents 9d6178a + ca2133f commit 44bd3f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 18
- run: npm install
- run: npm run prepublishOnly
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-charging-station-connector-icons",
"version": "1.1.2",
"version": "1.1.3",
"license": "CC0-1.0",
"private": false,
"main": "dist/umd/react-charging-station-connector-icons.js",
Expand Down

0 comments on commit 44bd3f6

Please sign in to comment.