Skip to content

Commit

Permalink
package.json: Added engines.node field (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue committed Oct 5, 2021
1 parent d38592c commit 798ee4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,9 @@
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"main": "prism.js",
"style": "themes/prism.css",
"engines": {
"node": ">=6"
},
"scripts": {
"benchmark": "node benchmark/benchmark.js",
"build": "gulp",
Expand Down

0 comments on commit 798ee4f

Please sign in to comment.