We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 3c4039c commit 92f742bCopy full SHA for 92f742b
package.json
@@ -3,7 +3,7 @@
3
"description": "A repository for repository management tools and set-ups.",
4
"license": "MIT",
5
"type": "module",
6
- "version": "1.0.0-next.0",
+ "version": "1.0.0-next.1",
7
"scripts": {
8
"format": "bun --bun eslint --config ./eslint.config.ts --rule 'unused-imports/no-unused-imports: [warn]' --fix . "
9
},
@@ -16,6 +16,12 @@
16
"./eslint": "./config/eslint/eslint-config.ts",
17
"./tsconfig.base.json": "./config/typescript/tsconfig.base.json"
18
19
+ "files": [
20
+ "LICENSE",
21
+ "bin",
22
+ "config",
23
+ "forward"
24
+ ],
25
"dependencies": {
26
"@eslint/compat": "^1.2.9",
27
"@eslint/js": "^9.27.0",
0 commit comments