squeaky-clean 0.4.5 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "squeaky-clean",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"description": "✨ Easy, customizable and expandable development cache cleaner CLI with interactive configuration! Smart, safe, and configurable cache management for 25+ development tools.",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"format": "prettier --write \"src/**/*.{ts,tsx,json}\"",
|
|
24
24
|
"clean": "rimraf dist .tsbuildinfo",
|
|
25
25
|
"prepublishOnly": "npm run clean && tsc --build --force",
|
|
26
|
+
"postpublish": "bash scripts/update-homebrew.sh",
|
|
26
27
|
"release": "npm run test && npm run build && npm pack && npm publish && npm run release:github",
|
|
27
28
|
"release:patch": "npm run version:patch && npm run test && npm run build && npm publish && npm run release:github",
|
|
28
29
|
"release:minor": "npm run version:minor && npm run test && npm run build && npm publish && npm run release:github",
|