Skip to content

Commit bf676c9

Browse files
authored
Add Node version to package.json (algorithm-visualizer#327) (algorithm-visualizer#330)
1 parent 1ba4644 commit bf676c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
},
2727
"proxy": "http://localhost:8080",
2828
"license": "MIT",
29+
"engines": {
30+
"node": ">=10.15.3"
31+
},
2932
"dependencies": {
3033
"@fortawesome/fontawesome": "^1.1.8",
3134
"@fortawesome/fontawesome-free-brands": "^5.0.13",

0 commit comments

Comments
 (0)