Skip to content

Commit 6408780

Browse files
authored
build: change peer dependency to range
1 parent 97cf53d commit 6408780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"module": "index.js",
2626
"typings": "ng2-pdfjs-viewer.d.ts",
2727
"peerDependencies": {
28-
"@angular/core": "^11.2.3"
28+
"@angular/core": "<=11"
2929
}
3030
}

0 commit comments

Comments
 (0)