Skip to content

Commit

Permalink
slight updates to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sohunn committed Mar 17, 2023
1 parent 76deccc commit a6a6e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "whatsbulk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Send messages in bulk to multiple users on WhatsApp using just a phone number!",
"main": "./dist/index.js",
"types": "./dist",
"scripts": {
"lint": "eslint . --ext .ts --fix",
"build": "del /q /s /f dist && npm run lint && tsc",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a6a6e84

Please sign in to comment.