Skip to content

Commit

Permalink
refactor: prefer modules
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Jan 3, 2024
1 parent d67918f commit c23a171
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-queens-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@great-detail/whatsapp": minor
---

use module as primary package type
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@great-detail/whatsapp",
"version": "6.3.2",
"type": "commonjs",
"type": "module",
"description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c23a171

Please sign in to comment.