Skip to content

Commit

Permalink
fix: package name should be unscoped in case of wapi.js as we will be…
Browse files Browse the repository at this point in the history
… releasing it indipendentaly

Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 9, 2024
1 parent e742fdc commit 18e386f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wapi.js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@wapijs/wapi.js",
"name": "wapi.js",
"version": "0.0.1",
"description": "a typescript based client library to build whatsapp cloud api based chat bots",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 18e386f

Please sign in to comment.