Skip to content

Commit 92cee52

Browse files
committed
Last Chance Gas - You know the Texas Chainsaw M...
1 parent c6c0284 commit 92cee52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Please note that the junit reporter is no longer available. If you are using thi
304304

305305
* `v2.0.0` (2017-09-20)
306306
- **Breaking changes alert! Ensure you read the migration guide before updating from previous versions**
307-
- Updated to jasmine-spec-reporter `v3.1.0`. Older style configuration needs to be updated, see migration guide for more details.
307+
- Updated to jasmine-spec-reporter `v3.3.0`. Older style configuration needs to be updated, see migration guide for more details.
308308
- Removed support for Node.js `v0.10`
309309
* `v1.2.0` (2017-04-30)
310310
- Was compatible with Grunt `0.4` all the time, hence lowering the dependency requirement #60

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"dependencies": {
4040
"deepmerge": "^1.5.1",
4141
"istanbul": "^0.4.5",
42-
"jasmine": "2.5.2",
42+
"jasmine": "^2.5.3",
4343
"jasmine-reporters": "^2.2.1",
44-
"jasmine-spec-reporter": "3.3.0"
44+
"jasmine-spec-reporter": "^3.3.0"
4545
},
4646
"devDependencies": {
4747
"grunt": "^1.0.1",

0 commit comments

Comments
 (0)