Skip to content

Commit 06010ae

Browse files
authored
Declare Node 6.5 as the minimum supported engine (#82)
1 parent fa68605 commit 06010ae

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
@@ -48,6 +48,9 @@
4848
"tslint": "^5.9.1",
4949
"typescript": "~3.2.2"
5050
},
51+
"engines": {
52+
"node": ">=6.5.0"
53+
},
5154
"repository": {
5255
"type": "git",
5356
"url": "[email protected]:palantir/documentalist.git"

0 commit comments

Comments
 (0)