Skip to content

Commit

Permalink
Merge pull request #1082 from shadowspawn/feature/engines_node6
Browse files Browse the repository at this point in the history
Explicitly require node 6
  • Loading branch information
abetomo committed Oct 27, 2019
2 parents a98f35a + 3fd7913 commit 2ef5401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
},
"typings": "typings/index.d.ts"
"typings": "typings/index.d.ts",
"engines": {
"node": ">= 6"
}
}

0 comments on commit 2ef5401

Please sign in to comment.