@vinicunca/perkakas 0.3.3 → 0.3.5

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