katon-labs-eslint-config 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "katon-labs-eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"packageManager": "bun@1.1.27",
|
|
6
6
|
"description": "Katon Labs's ESLint config",
|
|
7
7
|
"author": "Alam Esa Wikanning Katon <naturaatom@gmail.com> (https://github.com/wikanonymous-dev/)",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build": "bun typegen && tsup --format esm,cjs --clean --dts",
|
|
25
25
|
"typegen": "esno scripts/typegen.ts",
|
|
26
26
|
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
|
|
27
|
-
"release": "
|
|
27
|
+
"release": "bumpp & npm publish"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@eslint/config-inspector": "^0.5.6",
|