Skip to content

Commit

Permalink
fix(package): make @types/grecaptcha a non-optional dependency
Browse files Browse the repository at this point in the history
closes #205
  • Loading branch information
DethAriel committed Dec 22, 2020
1 parent d201deb commit bc5ad51
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"optionalDependencies": {
"@types/grecaptcha": "^3.0.1"
},
"whitelistedNonPeerDependencies": [
"@types/grecaptcha"
]
},
"dependencies": {
"@types/grecaptcha": "^3.0.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit bc5ad51

Please sign in to comment.