Relax node version requirements

This commit is contained in:
Brandon Keepers 2017-04-08 17:49:47 -05:00
parent 215f2b6387
commit ee11e92995
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@
]
},
"engines": {
"node": "~7.7.0"
"node": "^7.7"
}
}