Skip to content

Commit

Permalink
Merge pull request #39 from bithyve/main
Browse files Browse the repository at this point in the history
Release v0.1.2 [dev]
  • Loading branch information
ben-kaufman authored Oct 6, 2024
2 parents 8dd6bf4 + 2b49f1c commit dc2fc6e
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 94 deletions.
174 changes: 87 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,md}'",
"format:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx,json,css,md}'",
"get-hwi": "rimraf src-tauri/binaries/hwi-* && tsx scripts/get-hwi.ts",
"get-hwi": "tsx scripts/get-hwi.ts --cleanup",
"postinstall": "tsx scripts/get-hwi.ts",
"tauri:lint": "cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings",
"tauri:format": "cd src-tauri && cargo fmt",
Expand Down Expand Up @@ -51,6 +51,6 @@
"tar": "^7.4.3",
"tsx": "^4.19.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
"vite": "^5.4.8"
}
}
Loading

0 comments on commit dc2fc6e

Please sign in to comment.