Skip to content

Commit bd46230

Browse files
committed
Add current requirements for node versions
Right now we can only run on node versions below 10.x thanks to scrypt dependencies. Signed-off-by: Sheogorath <[email protected]>
1 parent c713614 commit bd46230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"xss": "^0.3.3"
133133
},
134134
"engines": {
135-
"node": ">=6.x"
135+
"node": ">=6.x <10.x"
136136
},
137137
"bugs": "https://github.com/hackmdio/hackmd/issues",
138138
"keywords": [

0 commit comments

Comments
 (0)