File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 9
9
" bdd"
10
10
],
11
11
"license" : " MIT" ,
12
- "version" : " 3.6.3 " ,
12
+ "version" : " 3.6.4 " ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " https://github.com/jasmine/jasmine-npm"
Original file line number Diff line number Diff line change
1
+ # Jasmine NPM 3.6.4 Release Notes
2
+
3
+ ## Summary
4
+
5
+ This is a bugfix release that removes the ` engines ` specification.
6
+
7
+ ## Changes
8
+
9
+ * Removed ` engines ` field from package.json
10
+
11
+ The engines field was added in 3.6.3 in an attempt to better document the set
12
+ of Node versions that Jasmine supports, but it's caused more problems than it
13
+ solves. In particular, Yarn users receive an error rather than a warning when
14
+ using a version of Node that works but isn't supported.
15
+
16
+ See < https://jasmine.github.io/setup/nodejs.html > for a list of supported Node
17
+ versions.
You can’t perform that action at this time.
0 commit comments