Skip to content

Commit 34cc9f7

Browse files
authored
Merge pull request #226 from ofTheo/bugfix-node-version
change node version in package.json to 6.11.0
2 parents a9fb825 + efd18d7 commit 34cc9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "openframeworks.cc"
1313
},
1414
"engines": {
15-
"node": ">=0.10.0"
15+
"node": ">=6.11.0"
1616
},
1717
"scripts": {
1818
"start": "electron .",

0 commit comments

Comments
 (0)