Skip to content

Commit

Permalink
Ship entire dist dir in package
Browse files Browse the repository at this point in the history
  • Loading branch information
DysphoricUnicorn committed Sep 11, 2023
1 parent 914747a commit ec84e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ec84e26

Please sign in to comment.