-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Jasmine NPM 3.6.4 Release Notes | ||
|
||
## Summary | ||
|
||
This is a bugfix release that removes the `engines` specification. | ||
|
||
## Changes | ||
|
||
* Removed `engines` field from package.json | ||
|
||
The engines field was added in 3.6.3 in an attempt to better document the set | ||
of Node versions that Jasmine supports, but it's caused more problems than it | ||
solves. In particular, Yarn users receive an error rather than a warning when | ||
using a version of Node that works but isn't supported. | ||
|
||
See <https://jasmine.github.io/setup/nodejs.html> for a list of supported Node | ||
versions. |