Skip to content

Commit

Permalink
npm is also possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Jan 19, 2025
1 parent 5a56ab9 commit 61ffc80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ If there is no score they are refreshed once per day. If the movie is newer than

### Setup

- ```npm install -g pnpm``` install pnpm
- ```npm install -g pnpm``` install pnpm. npm is also possible but pnpm is recommended
- ```pnpm install``` install all required packages
- ```pnpm build``` build firefox and chrome zip files in dist folder
- ```pnpm web-ext``` run the extension in firefox
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
"ignoreMissing": []
}
},
"engines": {
"npm": ">=18",
"pnpm": ">=3"
},
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 61ffc80

Please sign in to comment.