We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094efea commit 6bc14e2Copy full SHA for 6bc14e2
.claude/settings.local.json
@@ -0,0 +1,18 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git pull:*)",
5
+ "Bash(uv venv:*)",
6
+ "Bash(uv sync:*)",
7
+ "Bash(rm:*)",
8
+ "Bash(cat:*)",
9
+ "Bash(source:*)",
10
+ "Bash(fontsplitta:*)",
11
+ "Bash(ls:*)",
12
+ "Bash(find:*)",
13
+ "Bash(git add:*)",
14
+ "Bash(git restore:*)"
15
+ ]
16
+ },
17
+ "enableAllProjectMcpServers": false
18
+}
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fontsplitta"
-version = "0.1.5"
+version = "0.1.6"
description = "fontsplitta is a command-line tool that splits web fonts and generates CSS."
authors = [{name = "shunirr", email = "git@s5r.jp"}]
license = {text = "MIT"}
0 commit comments