Skip to content

Commit

Permalink
Merge pull request #23 from binary-butterfly/fix-bundle
Browse files Browse the repository at this point in the history
Fix bundle (hopefully)
  • Loading branch information
DysphoricUnicorn authored Sep 11, 2023
2 parents 914747a + fc9c4ee commit 9d6178a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
Expand Down
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.

6 changes: 2 additions & 4 deletions 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.1",
"version": "1.1.2",
"license": "CC0-1.0",
"private": false,
"main": "dist/umd/react-charging-station-connector-icons.js",
Expand All @@ -12,9 +12,7 @@
"url": "https://github.com/binary-butterfly/react-charging-station-connector-icons"
},
"files": [
"dist/esm/*",
"dist/umd/*",
"dist/index.d.ts"
"./dist"
],
"exports": {
".": {
Expand Down

0 comments on commit 9d6178a

Please sign in to comment.