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 8f03720
Showing 1 changed file with 2 additions and 2 deletions.
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 8f03720

Please sign in to comment.