@mattfillipe/tobby 0.1.5 → 0.1.6
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mattfillipe/tobby",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "The Terminal Obby — a modern IRC client for the terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"format": "prettier --write 'src/**/*.{ts,tsx}' 'tests/**/*.{ts,tsx}'",
|
|
28
28
|
"typecheck": "bash -c 'tsc --noEmit 2>&1 | grep -E \"^(src/|tests/)\" > /tmp/tsc-out.txt; if [ -s /tmp/tsc-out.txt ]; then cat /tmp/tsc-out.txt; exit 1; fi'",
|
|
29
29
|
"prepare": "husky",
|
|
30
|
-
"db:clear": "bun run scripts/clear-database.ts"
|
|
30
|
+
"db:clear": "bun run scripts/clear-database.ts",
|
|
31
|
+
"aur-release": "bash scripts/aur-release.sh"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@tauri-apps/api": "^2.9.1",
|