@vinicunca/perkakas 0.3.3 → 0.3.6
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 -5
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/perkakas",
|
|
3
|
-
"
|
|
4
|
-
"version": "0.3.3",
|
|
3
|
+
"version": "0.3.6",
|
|
5
4
|
"packageManager": "pnpm@8.10.5",
|
|
6
5
|
"description": "Utility for JavaScript and Typescript.",
|
|
7
6
|
"author": "praburangki<https://github.com/praburangki>",
|
|
@@ -41,7 +40,6 @@
|
|
|
41
40
|
"bumpp": "^9.3.1",
|
|
42
41
|
"eslint": "^8.57.0",
|
|
43
42
|
"fs-extra": "^11.2.0",
|
|
44
|
-
"is-ci": "^3.0.1",
|
|
45
43
|
"prettier": "^3.2.5",
|
|
46
44
|
"rimraf": "^5.0.5",
|
|
47
45
|
"tiny-invariant": "^1.3.3",
|
|
@@ -53,7 +51,6 @@
|
|
|
53
51
|
"scripts": {
|
|
54
52
|
"test": "vitest",
|
|
55
53
|
"test:coverage": "vitest run --coverage",
|
|
56
|
-
"postinstall": "is-ci || pnpm -r run stub",
|
|
57
54
|
"prepublish": "pnpm run build",
|
|
58
55
|
"release": "bumpp package.json --commit --push --tag --commit 'chore: release v'",
|
|
59
56
|
"typedoc": "typedoc --json dist/metadata.json",
|
|
@@ -62,7 +59,7 @@
|
|
|
62
59
|
"build:es": "tsc --project tsconfig.build.json --module esnext --outDir \"./dist/es\"",
|
|
63
60
|
"build:types": "tsc --project tsconfig.build.types.json --outDir \"./dist/types\"",
|
|
64
61
|
"clean": "rm -rf ./dist && mkdir dist",
|
|
65
|
-
"lint": "
|
|
62
|
+
"lint": "eslint . --fix",
|
|
66
63
|
"registry": "pnpm publish --access public --no-git-checks"
|
|
67
64
|
}
|
|
68
65
|
}
|