@w5s/browserslist-config 1.1.3 → 1.1.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.
- package/package.json +3 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/browserslist-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Browserslist support shared configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browserslist",
|
|
@@ -32,26 +32,7 @@
|
|
|
32
32
|
"!**/__tests__/**"
|
|
33
33
|
],
|
|
34
34
|
"scripts": {
|
|
35
|
-
"
|
|
36
|
-
"build:tsc": "tsc -b tsconfig.build.json",
|
|
37
|
-
"clean": "concurrently \"npm:clean:*\" \":\"",
|
|
38
|
-
"clean:tsc": "rm -rf dist",
|
|
39
|
-
"docs": "node scripts/build-docs.mjs && node ../../markdown.mjs && (git commit 'README.md' 'BROWSER_LIST.md' -m '📝 Update browserslist support') || true",
|
|
40
|
-
"format": "concurrently \"npm:format:*\" \":\"",
|
|
41
|
-
"format:src": "eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
42
|
-
"lint": "concurrently \"npm:lint:*\" \":\"",
|
|
43
|
-
"lint:src": "eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
44
|
-
"prepare": "concurrently \"npm:prepare:*\" \":\"",
|
|
45
|
-
"prepublishOnly": "npm run clean;npm run build",
|
|
46
|
-
"spellcheck": "cspell --no-progress '**'",
|
|
47
|
-
"test": "concurrently \"npm:test:*\" \":\"",
|
|
48
|
-
"test:src": "vitest run"
|
|
49
|
-
},
|
|
50
|
-
"devDependencies": {
|
|
51
|
-
"browserslist": "4.21.10",
|
|
52
|
-
"lodash-es": "4.17.21",
|
|
53
|
-
"vite": "4.4.7",
|
|
54
|
-
"vitest": "0.33.0"
|
|
35
|
+
"postpack": "npx clean-package restore"
|
|
55
36
|
},
|
|
56
37
|
"peerDependencies": {
|
|
57
38
|
"browserslist": ">= 4.0"
|
|
@@ -67,5 +48,5 @@
|
|
|
67
48
|
"publishConfig": {
|
|
68
49
|
"access": "public"
|
|
69
50
|
},
|
|
70
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7c7006522408a5ab144f8def71edab7fface1e18"
|
|
71
52
|
}
|