Skip to content

Commit

Permalink
chore: add package manager field (#512)
Browse files Browse the repository at this point in the history
* chore: add package manager

* docs: add link to documentation
  • Loading branch information
pure-js committed Aug 22, 2023
1 parent ddf57ab commit 97d3b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Tested on most popular browser in the World on October 2017 (and updated on July
>
> > More details [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent)
## [Documentation](http://pure-js.github.io/browser-detection/)
## Installation

```
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "lib/browser-detection.js",
"types": "lib/browser-detection.d.ts",
"type": "module",
"packageManager": "^pnpm@8.6.12",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 97d3b97

Please sign in to comment.