Skip to content

Commit

Permalink
Remove engines property from package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jun 13, 2024
1 parent 2335e6f commit 459b35f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 36 deletions.
6 changes: 0 additions & 6 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"./package": "./package.json",
"./versions": "./versions.json"
},
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"macos": ">=11"
},
"os": [
"darwin"
],
Expand Down
6 changes: 0 additions & 6 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"./package": "./package.json",
"./versions": "./versions.json"
},
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"macos": ">=10.13"
},
"os": [
"darwin"
],
Expand Down
5 changes: 1 addition & 4 deletions npm/linux-arm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"./versions": "./versions.json"
},
"type": "commonjs",
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"config": {
"glibc": ">=2.28"
},
"os": [
Expand Down
5 changes: 1 addition & 4 deletions npm/linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"./package": "./package.json",
"./versions": "./versions.json"
},
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"config": {
"glibc": ">=2.26"
},
"os": [
Expand Down
5 changes: 1 addition & 4 deletions npm/linux-s390x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"./versions": "./versions.json"
},
"type": "commonjs",
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"config": {
"glibc": ">=2.28"
},
"os": [
Expand Down
5 changes: 1 addition & 4 deletions npm/linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"./package": "./package.json",
"./versions": "./versions.json"
},
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"config": {
"glibc": ">=2.26"
},
"os": [
Expand Down
5 changes: 1 addition & 4 deletions npm/linuxmusl-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"./package": "./package.json",
"./versions": "./versions.json"
},
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"config": {
"musl": ">=1.2.2"
},
"os": [
Expand Down
5 changes: 1 addition & 4 deletions npm/linuxmusl-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
"./package": "./package.json",
"./versions": "./versions.json"
},
"engines": {
"npm": ">=9.6.5",
"yarn": ">=3.2.0",
"pnpm": ">=7.1.0",
"config": {
"musl": ">=1.2.2"
},
"os": [
Expand Down

0 comments on commit 459b35f

Please sign in to comment.