Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceTirah committed Jun 8, 2023
1 parent 28d8060 commit f356d04
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,11 +1,11 @@
{
"name": "trysoftwacloudapi",
"version": "1.0.2",
"version": "1.1.0",
"description": "TrySoft Whatsapp Cloud Api Wrapper",
"main": "dist/index.js",
"scripts": {
"start": "nodemon",
"build": "rm -rf ~/.npmrc && rm -rf dist && tsc",
"build": "rm -rf dist && tsc",
"lint": "eslint --ext .ts ./",
"ts-check": "tsc --noEmit -p .",
"test": "npm run build && jest --testPathPattern=dist",
Expand Down

0 comments on commit f356d04

Please sign in to comment.