Skip to content

Commit d1157f2

Browse files
authored
chore: pin jasmine for compatibility with older node versions (#625)
1 parent 0d5ff50 commit d1157f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "9.6.57",
3939
"eslint": "^7.3.1",
4040
"express": "^4.17.1",
41-
"jasmine": "^3.5.0",
41+
"jasmine": "~3.5.0",
4242
"jsdoc": "^3.6.4",
4343
"jshint": "^2.11.0",
4444
"mock-fs": "^4.12.0",

0 commit comments

Comments
 (0)