Skip to content

Commit 8ea6747

Browse files
committed
feat(masonry): add support for angular version 5 and above in package.json
1 parent 31bf764 commit 8ea6747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"postrelease": "npm run packagr"
4242
},
4343
"peerDependencies": {
44-
"masonry-layout": ">=4.0.0 <5.0.0"
44+
"masonry-layout": ">=4.0.0",
45+
"@angular/core": ">=5.0.0"
4546
},
4647
"devDependencies": {
4748
"@angular-devkit/build-angular": "~0.13.0",

0 commit comments

Comments
 (0)