Skip to content

Commit

Permalink
fix: ESM export
Browse files Browse the repository at this point in the history
  • Loading branch information
eliias committed Jan 31, 2023
1 parent c34cd1d commit 2872f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/yrb-actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# yrb-actioncable

## 0.1.3

### Patch Changes

- Fix ESM export.

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yrb-actioncable/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"name": "@y-rb/actioncable",
"author": "Hannes Moser",
"module": "dist/yrb-actioncable.esm.js",
"module": "dist/actioncable.esm.js",
"size-limit": [
{
"path": "dist/yrb-actioncable.cjs.production.min.js",
Expand Down

0 comments on commit 2872f3f

Please sign in to comment.