fix(package.json): fix test run script
This commit is contained in:
parent
894dc99574
commit
8d896af514
3 changed files with 6 additions and 3 deletions
|
|
@ -21,6 +21,7 @@
|
|||
"angular 15",
|
||||
"angular 16",
|
||||
"angular 17",
|
||||
"angular 18",
|
||||
"fit text",
|
||||
"responsive text",
|
||||
"responsive font size",
|
||||
|
|
@ -29,8 +30,8 @@
|
|||
"author": "Lorenzo Iovino",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=17.0.0",
|
||||
"@angular/core": ">=17.0.0"
|
||||
"@angular/common": ">=18.0.0",
|
||||
"@angular/core": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue