From 61ffc807c060cc8c0ac6086ceba0c305406de43d Mon Sep 17 00:00:00 2001 From: Marvin Alexander Krebber Date: Sun, 19 Jan 2025 18:07:13 +0100 Subject: [PATCH] npm is also possible --- README.md | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bdc7cb0..aae6a9f2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7595b939..c814077a 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,10 @@ "ignoreMissing": [] } }, + "engines": { + "npm": ">=18", + "pnpm": ">=3" + }, "private": true, "repository": { "type": "git",