mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: Added workflow to release at NPM site (#48)
* chore: Changed name for release * chore: Sorted package.json * ci: Added workflow to publish releases * chore: Updated .gitignore * chore: Updated lint to use nodejs v18 * chore: Updated package name in README.md * chore: Change the current version
This commit is contained in:
committed by
GitHub
parent
13810ec7ea
commit
7c3f0df560
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,17 +1,19 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
.env
|
||||
.yarn/
|
||||
*.tgz
|
||||
*/.DS_Store
|
||||
auth_info*.json
|
||||
baileys_auth_info*
|
||||
baileys_store*.json
|
||||
output.csv
|
||||
*/.DS_Store
|
||||
.DS_Store
|
||||
.env
|
||||
browser-messages.json
|
||||
decoded-ws.json
|
||||
lib
|
||||
docs
|
||||
browser-token.json
|
||||
Proxy
|
||||
decoded-ws.json
|
||||
docs
|
||||
lib
|
||||
messages*.json
|
||||
node_modules
|
||||
output.csv
|
||||
Proxy
|
||||
test.ts
|
||||
TestData
|
||||
Reference in New Issue
Block a user