Skip to content

Commit

Permalink
bump version to v24.1209.1539
Browse files Browse the repository at this point in the history
  • Loading branch information
huzh committed Dec 9, 2024
1 parent 1fdeec8 commit 34aa424
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
10 changes: 5 additions & 5 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@
"name": "rirh<i@tigerzh.com>"
},
"license": "./LICENSE",
"version": "24.1207.2239",
"version": "24.1209.1539",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
"**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
Expand Down Expand Up @@ -46,4 +50,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}

0 comments on commit 34aa424

Please sign in to comment.