Skip to content

Commit

Permalink
Udpate package json node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
robincher committed Mar 21, 2018
1 parent d910b0d commit 26457e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "node-icontrol-client",
"description": "F5 iControl REST API client",
"description": "F5 iControl REST API client for Node.js",
"version": "0.0.1",
"private": true,
"main": "index.js",
"engineStrict": true,
"engines": {
"node": "^8.0.x"
"node": "^8.x.x"
},
"directories": {
"example": "example",
Expand Down

0 comments on commit 26457e6

Please sign in to comment.