Skip to content

Commit

Permalink
Set get-promisable-result as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Nov 10, 2024
1 parent 549b35a commit f1c946e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [5.0.1] - 2024-11-10

- Remove `get-promisable-result` package as a peer dependency and set it as a dependency

## [5.0.0] - 2024-11-10

- Set `get-promisable-result` package as a peer dependency and create a separate bundle for web
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,24 +197,22 @@ Either the async methods or the async dot notation allow you to to specify the a
## Install
The package needs the [get-promisable-result](https://github.com/elchininet/get-promisable-result) package as a peer dependency.
#### npm
```bash
npm install get-promisable-result shadow-dom-selector
npm install shadow-dom-selector
```
#### yarn
```bash
yarn add get-promisable-result shadow-dom-selector
yarn add shadow-dom-selector
```
#### PNPM
```bash
pnpm add get-promisable-result shadow-dom-selector
pnpm add shadow-dom-selector
```
#### In the browser
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.7",
"eslint": "^9.14.0",
"get-promisable-result": "^1.0.1",
"globals": "^15.11.0",
"nyc": "^17.1.0",
"playwright-test-coverage": "^1.2.12",
Expand All @@ -74,7 +73,7 @@
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"peerDependencies": {
"get-promisable-result": "^1.0.0"
"dependencies": {
"get-promisable-result": "^1.0.1"
}
}
7 changes: 4 additions & 3 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 f1c946e

Please sign in to comment.