Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d52004d

Browse files
committed
chore: move engines compat in root
1 parent b424423 commit d52004d

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

libs/cdk/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"engines": {
10-
"node": ">=10.12.0",
11-
"npm": ">=5.3.0",
12-
"yarn": ">=1.9.2"
13-
},
149
"author": "Michael Hladky <[email protected]>",
1510
"homepage": "https://rx-angular.io/",
1611
"keywords": [

libs/state/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"engines": {
10-
"node": ">=10.12.0",
11-
"npm": ">=5.3.0",
12-
"yarn": ">=1.9.2"
13-
},
149
"author": "Michael Hladky <[email protected]>",
1510
"homepage": "https://rx-angular.io/",
1611
"keywords": [

libs/template/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"engines": {
10-
"node": ">=10.12.0",
11-
"npm": ">=5.3.0",
12-
"yarn": ">=1.9.2"
13-
},
149
"author": "Michael Hladky <[email protected]>",
1510
"homepage": "https://rx-angular.io/",
1611
"keywords": [

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "rx-angular",
33
"version": "0.0.0",
44
"license": "MIT",
5+
"engines": {
6+
"node": "^16.13.0 || ^18.10.0",
7+
"yarn": "^1.22.0"
8+
},
59
"scripts": {
610
"ng": "nx",
711
"nx": "nx",

0 commit comments

Comments
 (0)