Skip to content

Commit

Permalink
Updating package.json with a Node.js engine >= 6.0.0 clause
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwilcox authored and MylesBorins committed Nov 25, 2018
1 parent 204d66d commit 10abc3c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ node_js:
- "10"
- "8"
- "6"
- "4"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"author": "Brian J Brennan",
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"@types/node": "^10.0.0",
"tap": "^12.1.0"
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ Convert a base64url encoded string to a Buffer containing the decoded bytes.

- [base64-url](https://github.com/joaquimserafim/base64-url)

# Supported Node.js versions

This library should be used with current versions of the Node.js runtime's long-term stable (LTS)
schedule. More information can be found [at the Node.js Release Working Group](https://github.com/nodejs/Release) repo.

# License

MIT
Expand Down

0 comments on commit 10abc3c

Please sign in to comment.