Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
v1.0.9 - Downgrade Karma devDep to 0.12.x to hopefully fix IE6/IE7 VM…
Browse files Browse the repository at this point in the history
… timeouts
  • Loading branch information
JamesMGreene committed Dec 24, 2015
1 parent 0c1b67b commit 8841555
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/document.currentScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2015 James M. Greene
* Licensed MIT
* https://github.com/JamesMGreene/document.currentScript
* v1.0.8
* v1.0.9
*/
(function() {

Expand Down
2 changes: 1 addition & 1 deletion dist/document.currentScript.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2015 James M. Greene
* Licensed MIT
* https://github.com/JamesMGreene/document.currentScript
* v1.0.8
* v1.0.9
*/
!function(){
// Top-level API (compliant with `document.currentScript` specifications)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "currentscript",
"title": "document.currentScript",
"version": "1.0.8",
"version": "1.0.9",
"description": "Polyfill for `document.currentScript`.",
"keywords": [
"browser",
Expand Down Expand Up @@ -43,8 +43,8 @@
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-karma": "^0.12.1",
"karma": "^0.13.15",
"grunt-karma": "0.11.x",
"karma": "0.12.x",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-phantomjs-launcher": "^0.2.1",
Expand Down

0 comments on commit 8841555

Please sign in to comment.