Skip to content

Commit

Permalink
chore(package): remove mobizon-node as dependent (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioagiani authored Sep 12, 2021
1 parent 950c94e commit ef83522
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dotenv/config';

import { mobizon } from 'mobizon-node';
import { mobizon } from './src';

mobizon.setConfig({
apiServer: 'https://api.mobizon.com.br' /** Endpoint do serviço. */,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"dependencies": {
"axios": "^0.21.1",
"mobizon-node": "^0.3.0",
"qs": "^6.9.6"
},
"devDependencies": {
Expand Down

0 comments on commit ef83522

Please sign in to comment.