Skip to content

Commit 798ee4f

Browse files
authored
package.json: Added engines.node field (#3108)
1 parent d38592c commit 798ee4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
55
"main": "prism.js",
66
"style": "themes/prism.css",
7+
"engines": {
8+
"node": ">=6"
9+
},
710
"scripts": {
811
"benchmark": "node benchmark/benchmark.js",
912
"build": "gulp",

0 commit comments

Comments
 (0)