Skip to content

Commit

Permalink
Merge pull request #12 from bobslavtriev/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
bobslavtriev authored May 15, 2024
2 parents 2be9905 + 760909d commit 96c40d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"scripts": {
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --fix --ext .ts",
"changelog:last": "conventional-changelog -p angular -r 2",
"changelog:preview": "conventional-changelog -p angular -u",
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "release-it",
"build": "tsc",
"prepack": "tsc",
"prepare": "tsc"
Expand All @@ -32,7 +36,9 @@
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@whiskeysockets/baileys": "^6.7.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.56.0",
"release-it": "^15.10.3",
"ts-node": "^10.8.1",
"typescript": "^4.6.4"
}
Expand Down

0 comments on commit 96c40d5

Please sign in to comment.