Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Bump version, bump required engines. (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored May 20, 2019
1 parent c4edec6 commit 864aed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,7 +19,7 @@
"main": "Gruntfile.js",
"readmeFilename": "readme.md",
"engines": {
"node": ">=4.0.0"
"node": ">=6 <7 || >=8"
},
"scripts": {
"lint": "semistandard",
Expand Down

0 comments on commit 864aed5

Please sign in to comment.