Skip to content

Commit

Permalink
package.json: Add engines.node field to ensure the node.js version >=10
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue committed Oct 5, 2021
1 parent 736c581 commit b4940cf
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 b4940cf

Please sign in to comment.