Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 1f6db5f

Browse files
2 parents 63594da + 73282e9 commit 1f6db5f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fivethree",
2+
"name": "@fivethree/core",
33
"version": "0.8.25",
44
"author": "Fivethree Team",
55
"homepage": "https://fivethree.io/",

projects/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"pwa"
1616
],
1717
"peerDependencies": {
18-
"@angular/animations": ">=7.2.1",
19-
"@angular/common": ">=7.2.1",
20-
"@angular/core": ">=7.2.1",
21-
"@angular/forms": ">=7.2.1",
22-
"@angular/platform-browser": ">=7.2.1",
23-
"@angular/router": ">=7.2.1",
18+
"@angular/animations": ">=7.2.1 <9.0.0",
19+
"@angular/common": ">=7.2.1 <9.0.0",
20+
"@angular/core": ">=7.2.1 <9.0.0",
21+
"@angular/forms": ">=7.2.1 <9.0.0",
22+
"@angular/platform-browser": ">=7.2.1 <9.0.0",
23+
"@angular/router": ">=7.2.1 <9.0.0",
2424
"@ionic/angular": "^4.0.0",
2525
"rxjs": ">=6.4.0"
2626
},

0 commit comments

Comments
 (0)