@w5s/browserslist-config 3.1.2 → 3.1.4

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 +3 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/browserslist-config",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "description": "Browserslist support shared configuration",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -33,29 +33,7 @@
33
33
  "!**/__tests__/**"
34
34
  ],
35
35
  "scripts": {
36
- "build": "npx run-p \"build:*\"",
37
- "build:tsc": "tsc -b tsconfig.build.json",
38
- "clean": "npx run-p \"clean:*\"",
39
- "clean:tsc": "rm -rf dist",
40
- "docs": "node scripts/build-docs.mjs && node ../../markdown.mjs && (git commit 'README.md' 'BROWSER_LIST.md' -m '📝 Update browserslist support') || true",
41
- "format": "npx run-p \"format:*\"",
42
- "format:src": "eslint . --fix",
43
- "lint": "npx run-p \"lint:*\"",
44
- "lint:src": "eslint .",
45
- "postpack": "npx clean-package restore",
46
- "prepack": "npx clean-package",
47
- "prepare": "npx run-p \"prepare:*\"",
48
- "prepare:empty": ":",
49
- "prepublishOnly": "npm run clean;npm run build",
50
- "spellcheck": "cspell --no-progress '**'",
51
- "test": "npx run-p \"test:*\"",
52
- "test:src": "vitest run"
53
- },
54
- "devDependencies": {
55
- "browserslist": "4.28.1",
56
- "lodash-es": "4.17.23",
57
- "vite": "7.3.1",
58
- "vitest": "4.0.18"
36
+ "postpack": "clean-package restore"
59
37
  },
60
38
  "peerDependencies": {
61
39
  "browserslist": ">= 4.0"
@@ -65,7 +43,6 @@
65
43
  "optional": true
66
44
  }
67
45
  },
68
- "clean-package": "../../clean-package.config.mjs",
69
46
  "engines": {
70
47
  "node": ">=20.0.0"
71
48
  },
@@ -73,5 +50,5 @@
73
50
  "access": "public"
74
51
  },
75
52
  "sideEffect": false,
76
- "gitHead": "550810ad9a8d35378bb00361cd0080bd67058fc5"
53
+ "gitHead": "8d96574cd89109fa8268a2c77601337ad871ef1e"
77
54
  }