Skip to content

Commit

Permalink
Version bump to 2.0.0, increase minimum node version to 13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchilds committed Jan 7, 2022
1 parent 372143a commit b6c0a8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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": "slack-notify",
"description": "A simple Node.js wrapper around the Slack webhook API.",
"version": "0.1.7",
"version": "2.0.0",
"repository": "https://github.com/andrewchilds/slack-notify.git",
"homepage": "https://github.com/andrewchilds/slack-notify",
"main": "slack-notify.js",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10.x"
"node": ">=13.2.x"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit b6c0a8e

Please sign in to comment.