From cb22016872f52384123d329d88ec677878cb42f8 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Sun, 21 Mar 2021 17:21:15 +0100 Subject: [PATCH] Readme: Added Node and npm version requirements (#2790) --- README.md | 7 +++++++ docs/index.html | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 1c7737fd5d..3ff12273c8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ Prism depends on community contributions to expand and cover a wider array of us Thank you so much for contributing!! +### Software requirements + +Prism will run on [almost any browser](https://prismjs.com/#features-full) and Node.js version but you need the following software to contribute: + +- Node.js >= 10.x +- npm >= 6.x + ## Translations * [简体中文](https://www.awesomes.cn/repo/PrismJS/prism) (if unavailable, see [here](https://deepmind.t-salon.cc/article/113)) diff --git a/docs/index.html b/docs/index.html index fbd88233cf..9c1b31287a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,6 +72,12 @@

Contribute to Prism!

  • Go to prism-themes if you want to add a new theme.
  • Thank you so much for contributing!!

    +

    Software requirements

    +

    Prism will run on almost any browser and Node.js version but you need the following software to contribute:

    +

    Translations