Skip to content

Commit

Permalink
make rxjs a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
loreanvictor committed Dec 21, 2023
1 parent a9761f5 commit 9984f8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 7 additions & 5 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audit-debounce",
"version": "0.0.1",
"version": "0.0.2",
"description": "rxjs operator to debounce and audit simultaenously",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -44,6 +44,7 @@
"eslint": "^8.45.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"rxjs": "^7.8.1",
"sleep-promise": "^9.1.0",
"ts-inference-check": "^0.2.2",
"ts-jest": "^29.1.1",
Expand All @@ -52,7 +53,7 @@
"typescript": "^5.1.6",
"vite": "^4.4.4"
},
"dependencies": {
"rxjs": "^7.8.1"
"peerDependencies": {
"rxjs": "^7.0.0"
}
}

0 comments on commit 9984f8c

Please sign in to comment.