Skip to content

Commit b44d29e

Browse files
committed
Update package.json
Updated package.json to no longer require Angular 11 as a peer dependency
1 parent 64918b0 commit b44d29e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/pixel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"url": "https://github.com/NielsKersic/ngx-pixel"
1414
},
1515
"peerDependencies": {
16-
"@angular/common": "^11.0.1",
17-
"@angular/core": "^11.0.1"
16+
"@angular/common": ">=11.0.1",
17+
"@angular/core": ">=11.0.1"
1818
},
1919
"dependencies": {
20-
"tslib": "^2.0.0"
20+
"tslib": ">=2.0.0"
2121
}
2222
}

0 commit comments

Comments
 (0)