Skip to content

Commit

Permalink
feat: ⚡ new portal web for qr scan
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Jan 9, 2023
1 parent 3de5f4b commit 1f1f564
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
},
"dependencies": {
"dotenv": "^16.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/bot"
}
}
4 changes: 4 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
],
"bin": {
"bot": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
}
}
4 changes: 4 additions & 0 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"./mongo": "./lib/mongo/index.cjs",
"./json": "./lib/json/index.cjs",
"./mysql": "./lib/mysql/index.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/database"
}
}
6 changes: 5 additions & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot-whatsapp/portal",
"version": "0.0.1-alpha.0",
"version": "0.0.2-alpha.0",
"description": "Portal WEB para escanear QR",
"main": "./lib/portal.http.cjs",
"scripts": {
Expand Down Expand Up @@ -44,5 +44,9 @@
"kleur": "^4.1.5",
"polka": "^0.5.2",
"serve-static": "^1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/portal"
}
}
4 changes: 4 additions & 0 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
"./venom": "./lib/venom/index.cjs",
"./baileys": "./lib/baileys/index.cjs",
"./meta": "./lib/meta/index.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/provider"
}
}

0 comments on commit 1f1f564

Please sign in to comment.