Skip to content

Commit

Permalink
forgot to build oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sohunn committed Mar 17, 2023
1 parent a42a57d commit 76deccc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "whatsbulk",
"version": "1.0.0",
"version": "1.0.1",
"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"
"build": "del /q /s /f dist && npm run lint && tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 76deccc

Please sign in to comment.