Skip to content

Commit

Permalink
Only using jasmine 2.4.1
Browse files Browse the repository at this point in the history
This is our workaround until the bug in jasmine 2.5.0 gets fixed.
  • Loading branch information
agirorn committed Sep 1, 2016
1 parent cbabde1 commit aad773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-jasmine-nodejs": "^1.4.3",
"jasmine": "^2.4.1",
"jasmine": "2.4.1",
"load-grunt-tasks": "^3.4.0",
"promise-polyfill": "^3.1.0"
},
Expand Down

1 comment on commit aad773a

@agirorn
Copy link
Owner Author

@agirorn agirorn commented on aad773a Sep 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can read more on the issue her jasmine/jasmine-npm#88.

Please sign in to comment.