Skip to content

Commit 3d3a351

Browse files
committed
version 6.4.11: rename to @milahu/patch-package
1 parent 0a4238b commit 3d3a351

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@milahu/patch-package-with-pnpm-support",
3-
"version": "6.4.10",
2+
"name": "@milahu/patch-package",
3+
"version": "6.4.11",
44
"description": "Fix broken node modules with no fuss",
55
"main": "dist/index.js",
66
"repository": "github:ds300/patch-package",
@@ -21,7 +21,7 @@
2121
"prepack": "rimraf dist/**/*.test.js",
2222
"test": "./run-tests.sh --runInBand",
2323
"publish": "npm publish --access public",
24-
"prepare": "npm run build"
24+
"prepare-zzzzzzz": "npm run build"
2525
},
2626
"husky": {
2727
"hooks": {
@@ -35,14 +35,23 @@
3535
]
3636
},
3737
"jest": {
38+
"extensionsToTreatAsEsm-zzzzzzzz": [
39+
".ts"
40+
],
41+
"moduleNameMapper-zzzzz": {
42+
"^(\\.{1,2}/.*)\\.js$": "$1"
43+
},
3844
"globals": {
3945
"ts-jest": {
46+
"useESM-zzzzzz": true,
47+
"isolatedModules-zzzzzzzz": true,
4048
"diagnostics": false
4149
}
4250
},
4351
"transform": {
4452
".(ts|tsx)": "ts-jest"
4553
},
54+
"transformIgnorePatterns-zzz": [],
4655
"testRegex": "/(src|integration-tests|property-based-tests)/.+\\.test\\.ts$",
4756
"moduleFileExtensions": [
4857
"ts",
@@ -79,7 +88,7 @@
7988
"dependencies": {
8089
"@types/dashdash": "^1.14.1",
8190
"@yarnpkg/lockfile": "^1.1.0",
82-
"chalk": "^5.0.1",
91+
"chalk": "^2.4.2",
8392
"cross-spawn": "^7.0.3",
8493
"dashdash": "^2.0.0",
8594
"find-yarn-workspace-root": "^2.0.0",
@@ -90,7 +99,7 @@
9099
"rimraf": "^3.0.2",
91100
"semver": "^7.3.7",
92101
"shlex": "^2.1.0",
93-
"slash": "^4.0.0",
102+
"slash": "^2.0.0",
94103
"tmp": "^0.2.1"
95104
},
96105
"files": [

0 commit comments

Comments
 (0)