diff options
| author | Chris Rebert <[email protected]> | 2013-12-03 18:42:31 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-03 21:57:22 -0800 |
| commit | bd9332a58a9c75d831a1dc877ddfc9b846ef1344 (patch) | |
| tree | 3b647b25e12d65145dcb915c380553ac3b2f8d36 /package.json | |
| parent | 1d20611d54e813884f3d85a35ccec81add12c6fa (diff) | |
| download | bootstrap-bd9332a58a9c75d831a1dc877ddfc9b846ef1344.tar.xz bootstrap-bd9332a58a9c75d831a1dc877ddfc9b846ef1344.zip | |
switch to Sauce Labs for our cross-browser JS unit testing needs
Fixes #11087
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index bc2a004af..813cf1d13 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ } ] , "devDependencies": { - "browserstack-runner": "~0.0.12" - , "btoa": "~1.1.1" + "btoa": "~1.1.1" , "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" @@ -34,6 +33,7 @@ , "grunt-html-validation": "~0.1.6" , "grunt-jekyll": "~0.4.0" , "grunt-recess": "~0.5.0" + , "grunt-saucelabs": "~4.1.2" , "grunt-sed": "~0.1.1" , "regexp-quote": "~0.0.0" } |
