Skip to content

Commit

Permalink
chore remove peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed May 26, 2021
1 parent f74eda4 commit cbfa2fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"dependencies": {
"@types/chrome": "0.0.99",
"@types/node": "^13.9.0"
"@types/node": "^13.9.0",
"rxjs": "^6.5.4 || ^7.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down Expand Up @@ -72,8 +73,5 @@
"ts-jest": "^26.5.6",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"rxjs": "^6.5.4 || ^7.1.0"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbfa2fe

Please sign in to comment.