Skip to content

Commit a9f6bc2

Browse files
committed
refactor(scoped-libs): 💡 update node version
BREAKING CHANGE: 🧨 Minimum node version is now 18
1 parent 5069fa4 commit a9f6bc2

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

libs/transloco-scoped-libs/package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Transloco support tool for libraries with translations",
55
"main": "src/lib/transloco-scoped-libs.js",
66
"engines": {
7-
"node": ">=16"
7+
"node": ">=18"
88
},
99
"bin": {
1010
"transloco-scoped-libs": "src/index.js"
@@ -21,16 +21,12 @@
2121
"url": "https://github.com/jsverse/transloco"
2222
},
2323
"keywords": [
24-
"angular",
25-
"angular 2",
24+
"Angular",
2625
"i18n",
27-
"translate",
28-
"angular translate",
29-
"angular i18n",
30-
"transloco",
31-
"comments",
32-
"build",
33-
"optimize"
26+
"Translate",
27+
"Angular Translate",
28+
"Transloco",
29+
"Build Tool"
3430
],
3531
"license": "MIT",
3632
"dependencies": {

0 commit comments

Comments
 (0)