Skip to content

Commit 9c41da7

Browse files
authored
Merge pull request #36 from gerardobort/fix/runkit-node-version
fix(*): fixing runkit example by excluding node v9
2 parents 734c547 + ff15aa9 commit 9c41da7

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
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/gerardobort/node-corenlp#readme",
4343
"runkitExampleFilename": "examples/runkit.js",
4444
"engines": {
45-
"node": ">= 6"
45+
"node": ">=6 <9"
4646
},
4747
"babel": {
4848
"plugins": [

0 commit comments

Comments
 (0)