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

Commit

Permalink
Fix node version in package.json engine
Browse files Browse the repository at this point in the history
apporx > 8 && < 8.12 has issues with bcrypt
see: kelektiv/node.bcrypt.js#656
  • Loading branch information
smolijar committed Oct 19, 2018
1 parent 721433c commit 4315ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Node version in engines

### Changed
- npmignore changelog and config files

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jaroslav Šmolík <[email protected]>",
"main": "./dist/main.js",
"engines": {
"node": "^8.3.0"
"node": "^8.12.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4315ff6

Please sign in to comment.