Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanchuk committed Dec 1, 2023
1 parent 0e6a61d commit cf78ae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 107 deletions.
1 change: 0 additions & 1 deletion apps/angular-i18next-demo/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "angular-i18next-demo",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/angular-i18next-demo/src",
"prefix": "angular-i18next",
Expand Down
102 changes: 0 additions & 102 deletions apps/angular-i18next-demo/server.ts.bak

This file was deleted.

8 changes: 4 additions & 4 deletions libs/angular-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"tslib": "^2.2.0"
},
"peerDependencies": {
"@angular/common": ">=17.0.0 < 18.0.0",
"@angular/core": ">=17.0.0 < 18.0.0",
"@angular/platform-browser": ">=17.0.0 < 18.0.0",
"@angular/common": ">=17.0.0 <18.0.0",
"@angular/core": ">=17.0.0 <18.0.0",
"@angular/platform-browser": ">=17.0.0 <18.0.0",
"i18next": ">=23.0.0 <24.0.0",
"rxjs": ">=6.6.0 <8.0.0"
},
"devDependencies": {
"@angular/platform-browser-dynamic": ">=17.0.0 < 18.0.0"
"@angular/platform-browser-dynamic": ">=17.0.0 <18.0.0"
}
}

0 comments on commit cf78ae5

Please sign in to comment.