Skip to content

Commit faaad4d

Browse files
Remove engines from runtime / browser packages (#1729)
1 parent 4763a25 commit faaad4d

File tree

16 files changed

+4
-84
lines changed

16 files changed

+4
-84
lines changed

packages/app-support/codemirror/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@
6666
"recursive-copy": "^2.0.14",
6767
"typescript": "^5.3.3"
6868
},
69-
"engines": {
70-
"node": ">= v16",
71-
"npm": "use pnpm",
72-
"yarn": "use pnpm"
73-
},
7469
"volta": {
7570
"extends": "../../../package.json"
7671
},

packages/app-support/limber-ui/addon/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,5 @@
133133
},
134134
"volta": {
135135
"extends": "../../../../package.json"
136-
},
137-
"engines": {
138-
"node": ">= v16",
139-
"npm": "use pnpm",
140-
"yarn": "use pnpm"
141136
}
142137
}

packages/app-support/styles/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
"@tailwindcss/typography": "^0.5.10",
3131
"broccoli-funnel": "^3.0.8"
3232
},
33-
"engines": {
34-
"node": ">= v16",
35-
"npm": "use pnpm",
36-
"yarn": "use pnpm"
37-
},
3833
"volta": {
3934
"extends": "../../../package.json"
4035
},
@@ -44,4 +39,4 @@
4439
"directory": "packages/app-support/styles"
4540
},
4641
"author": "NullVoxPopuli"
47-
}
42+
}

packages/app-support/transpilation/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@
6060
"webpack-cli": "^5.1.4",
6161
"webpack-node-externals": "^3.0.0"
6262
},
63-
"engines": {
64-
"node": ">= v16",
65-
"npm": "use pnpm",
66-
"yarn": "use pnpm"
67-
},
6863
"volta": {
6964
"extends": "../../../package.json"
7065
},

packages/consts/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"prettier-plugin-ember-template-tag": "2.0.0",
2727
"typescript": "^5.3.3"
2828
},
29-
"engines": {
30-
"node": ">= v16",
31-
"npm": "use pnpm",
32-
"yarn": "use pnpm"
33-
},
3429
"volta": {
3530
"extends": "../../package.json"
3631
},
@@ -39,4 +34,4 @@
3934
"url": "https://github.com/NullVoxPopuli/limber.git",
4035
"directory": "packages/consts"
4136
}
42-
}
37+
}

packages/ember-repl/addon/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,5 @@
177177
"@glimmer/syntax": {
178178
"optional": true
179179
}
180-
},
181-
"engines": {
182-
"node": ">= v16",
183-
"npm": "use pnpm",
184-
"yarn": "use pnpm"
185180
}
186181
}

packages/horizon-theme/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
"prettier-plugin-ember-template-tag": "2.0.0",
3030
"typescript": "^5.3.3"
3131
},
32-
"engines": {
33-
"node": ">= v16",
34-
"npm": "use pnpm",
35-
"yarn": "use pnpm"
36-
},
3732
"volta": {
3833
"extends": "../../package.json"
3934
},
@@ -43,4 +38,4 @@
4338
"directory": "packages/horizon-theme"
4439
},
4540
"author": "NullVoxPopuli"
46-
}
41+
}

packages/syntax/glimdown/codemirror/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
"volta": {
6363
"extends": "../../../../package.json"
6464
},
65-
"engines": {
66-
"node": ">= v16",
67-
"npm": "use pnpm",
68-
"yarn": "use pnpm"
69-
},
7065
"peerDependencies": {
7166
"@codemirror/state": "^6.3.3",
7267
"@codemirror/view": "^6.22.3"

packages/syntax/glimdown/lezer/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,5 @@
4040
},
4141
"volta": {
4242
"extends": "../../../../package.json"
43-
},
44-
"engines": {
45-
"node": ">= v16",
46-
"npm": "use pnpm",
47-
"yarn": "use pnpm"
4843
}
4944
}

packages/syntax/glimmer-js/codemirror/dev/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
"url": "https://github.com/NullVoxPopuli/limber.git",
3636
"directory": "packages/syntax/glimmer-js/codemirror/dev"
3737
},
38-
"engines": {
39-
"node": ">= v16",
40-
"npm": "use pnpm",
41-
"yarn": "use pnpm"
42-
},
4338
"license": "MIT",
4439
"author": "NullVoxPopuli"
4540
}

packages/syntax/glimmer-js/codemirror/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
"volta": {
5959
"extends": "../../../../package.json"
6060
},
61-
"engines": {
62-
"node": ">= v16",
63-
"npm": "use pnpm",
64-
"yarn": "use pnpm"
65-
},
6661
"peerDependencies": {
6762
"@codemirror/view": "^6.22.3"
6863
}

packages/syntax/glimmer-s-expression/lezer/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,5 @@
4848
},
4949
"volta": {
5050
"extends": "../../../../package.json"
51-
},
52-
"engines": {
53-
"node": ">= v16",
54-
"npm": "use pnpm",
55-
"yarn": "use pnpm"
5651
}
5752
}

packages/syntax/glimmer/codemirror/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
"volta": {
6464
"extends": "../../../../package.json"
6565
},
66-
"engines": {
67-
"node": ">= v16",
68-
"npm": "use pnpm",
69-
"yarn": "use pnpm"
70-
},
7166
"peerDependencies": {
7267
"@lezer/common": "^1.1.2"
7368
}

packages/syntax/glimmer/lezer/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,5 @@
5555
},
5656
"volta": {
5757
"extends": "../../../../package.json"
58-
},
59-
"engines": {
60-
"node": ">= v16",
61-
"npm": "use pnpm",
62-
"yarn": "use pnpm"
6358
}
6459
}

packages/syntax/glimmer/lezer/tests/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
"url": "https://github.com/NullVoxPopuli/limber.git",
2828
"directory": "packages/syntax/glimmer/codemirror/tests"
2929
},
30-
"engines": {
31-
"node": ">= v16",
32-
"npm": "use pnpm",
33-
"yarn": "use pnpm"
34-
},
3530
"license": "MIT",
3631
"author": "NullVoxPopuli",
3732
"version": null

packages/untyped/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"url": "https://github.com/NullVoxPopuli/limber.git",
2727
"directory": "packages/untyped"
2828
},
29-
"engines": {
30-
"node": ">= v16",
31-
"npm": "use pnpm",
32-
"yarn": "use pnpm"
33-
},
3429
"license": "MIT",
3530
"author": "NullVoxPopuli"
36-
}
31+
}

0 commit comments

Comments
 (0)