diff --git a/package-lock.json b/package-lock.json index 43f510c..1272f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-sync", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0474838..264944f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-sync", "description": "Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.", - "version": "0.8.0", + "version": "0.8.1", "homepage": "https://github.com/tomusdrw/grunt-sync.git", "author": { "name": "Tomasz Drwiega", @@ -19,7 +19,7 @@ "main": "Gruntfile.js", "readmeFilename": "readme.md", "engines": { - "node": ">=4.0.0" + "node": ">=6 <7 || >=8" }, "scripts": { "lint": "semistandard",