We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
engines.node
1 parent d38592c commit 798ee4fCopy full SHA for 798ee4f
package.json
@@ -4,6 +4,9 @@
4
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
5
"main": "prism.js",
6
"style": "themes/prism.css",
7
+ "engines": {
8
+ "node": ">=6"
9
+ },
10
"scripts": {
11
"benchmark": "node benchmark/benchmark.js",
12
"build": "gulp",
0 commit comments