Skip to content

Commit 47a5c87

Browse files
dropped support for Node 4.x because Inquirer no longer supports it
1 parent 3631564 commit 47a5c87

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

package-lock.json

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"bump": "bin/bump.js"
6666
},
6767
"engines": {
68-
"node": ">=4"
68+
"node": ">=6"
6969
}
7070
}

0 commit comments

Comments
 (0)