Skip to content

Commit 94c3205

Browse files
committed
fix: format package.json for release
1 parent 5833162 commit 94c3205

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33
"version": "1.1.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
6-
"files": [
7-
"dist",
8-
"package.json",
9-
"LICENSE.txt",
10-
"README.md"
11-
],
6+
"files": ["dist", "package.json", "LICENSE.txt", "README.md"],
127
"license": "MIT",
138
"description": "A collection of tools for Todoist using AI",
149
"repository": {
1510
"type": "git",
1611
"url": "https://github.com/Doist/todoist-ai"
1712
},
18-
"keywords": [
19-
"todoist",
20-
"ai",
21-
"tools"
22-
],
13+
"keywords": ["todoist", "ai", "tools"],
2314
"scripts": {
2415
"test": "jest",
2516
"build": "rimraf dist && npx tsc --project tsconfig.json",
@@ -60,8 +51,6 @@
6051
"typescript": "^5.8.3"
6152
},
6253
"lint-staged": {
63-
"*": [
64-
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
65-
]
54+
"*": ["biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"]
6655
}
6756
}

0 commit comments

Comments
 (0)