Skip to content

Commit

Permalink
fix: bugsplat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Jul 25, 2023
1 parent d2fe09f commit d17fe33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion projects/bugsplat-ng/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"dest": "../../dist/bugsplat-ng",
"lib": {
"entryFile": "src/public-api.ts"
}
},
"allowedNonPeerDependencies": ["bugsplat"]
}
6 changes: 3 additions & 3 deletions projects/bugsplat-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"url": "https://github.com/BugSplat-Git/bugsplat-ng"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.0.0",
"bugsplat": "^8.0.0"
},
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"bugsplat": "^8.0.0"
"@angular/core": ">=15.0.0"
}
}

0 comments on commit d17fe33

Please sign in to comment.