@vinicunca/eslint-config 4.0.0 → 4.0.1
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 +1 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -210,7 +210,6 @@
|
|
|
210
210
|
"scripts": {
|
|
211
211
|
"lint": "TIMING=1 eslint .",
|
|
212
212
|
"test": "vitest",
|
|
213
|
-
"postinstall": "is-ci || pnpm run stub",
|
|
214
213
|
"release": "bumpp",
|
|
215
214
|
"build": "pnpm run typegen && tsdown --clean --dts",
|
|
216
215
|
"stub": "tsdown",
|