Skip to content

Commit 460f2b2

Browse files
Enable support for Node.js 8
1 parent 262a100 commit 460f2b2

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,6 +42,6 @@
4242
"typescript": "2.1.4"
4343
},
4444
"engines": {
45-
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <8.0.0"
45+
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <9.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)