Skip to content

Commit

Permalink
fix: package.json entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Jan 5, 2024
1 parent 9dff411 commit d946150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@ably-labs/chat",
"version": "0.0.1",
"description": "The Ably Chat SDK offers a seamless and customizable API designed to facilitate diverse in-app conversations scenarios, encompassing live comments, in-app chat functionalities, and the management of real-time updates and user interactions",
"main": "src/index.js",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down

0 comments on commit d946150

Please sign in to comment.