Skip to content

Commit

Permalink
Added axios to browser library
Browse files Browse the repository at this point in the history
ripreal committed Nov 15, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 657f8d4 commit 8389869
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@green-api/whatsapp-api-client",
"version": "0.3.16",
"version": "0.3.17",
"description": "Library to integrate with WhatsApp API. For details have look at https://green-api.com",
"license": "MIT",
"main": "lib/bundle.js",
2 changes: 1 addition & 1 deletion rollup.config.browser.js
Original file line number Diff line number Diff line change
@@ -31,5 +31,5 @@ module.exports = {
}),
pluginJson(),
],
external: ["fs", "axios"],
external: ["fs"],
};

0 comments on commit 8389869

Please sign in to comment.