From 88415553bd01106c03f746df687f2a1d1ce839d7 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Thu, 24 Dec 2015 09:30:48 -0600 Subject: [PATCH] v1.0.9 - Downgrade Karma devDep to 0.12.x to hopefully fix IE6/IE7 VM timeouts --- dist/document.currentScript.js | 2 +- dist/document.currentScript.min.js | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/document.currentScript.js b/dist/document.currentScript.js index 9acaa07..831d0d2 100644 --- a/dist/document.currentScript.js +++ b/dist/document.currentScript.js @@ -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() { diff --git a/dist/document.currentScript.min.js b/dist/document.currentScript.min.js index fc8e5f0..95e820f 100644 --- a/dist/document.currentScript.min.js +++ b/dist/document.currentScript.min.js @@ -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) diff --git a/package.json b/package.json index df74c69..118b1fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "currentscript", "title": "document.currentScript", - "version": "1.0.8", + "version": "1.0.9", "description": "Polyfill for `document.currentScript`.", "keywords": [ "browser", @@ -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",