mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-18 10:53:49 +01:00
deps & saucelabs update
This commit is contained in:
parent
eda5a97b54
commit
cab7e77d06
3 changed files with 14 additions and 15 deletions
24
Gruntfile.js
24
Gruntfile.js
|
@ -5,39 +5,39 @@ module.exports = function(grunt) {
|
||||||
var browsers = [{
|
var browsers = [{
|
||||||
browserName: 'iphone',
|
browserName: 'iphone',
|
||||||
platform: 'OS X 10.8',
|
platform: 'OS X 10.8',
|
||||||
version: '6'
|
version: '8.1'
|
||||||
}, {
|
}, {
|
||||||
browserName: 'android',
|
browserName: 'android',
|
||||||
platform: 'Linux',
|
platform: 'Linux',
|
||||||
version: '4.0'
|
version: '5.0'
|
||||||
}, {
|
}, {
|
||||||
browserName: 'firefox',
|
browserName: 'firefox',
|
||||||
platform: 'XP',
|
platform: 'XP',
|
||||||
version: '27'
|
version: '35'
|
||||||
}, {
|
}, {
|
||||||
browserName: 'chrome',
|
browserName: 'chrome',
|
||||||
platform: 'XP',
|
platform: 'XP',
|
||||||
version: '32'
|
version: '41'
|
||||||
}, {
|
}, {
|
||||||
browserName: 'internet explorer',
|
browserName: 'internet explorer',
|
||||||
platform: 'WIN8',
|
platform: 'WIN7',
|
||||||
|
version: '11'
|
||||||
|
}, {
|
||||||
|
browserName: 'internet explorer',
|
||||||
|
platform: 'WIN7',
|
||||||
version: '10'
|
version: '10'
|
||||||
}, {
|
}, {
|
||||||
browserName: 'internet explorer',
|
browserName: 'internet explorer',
|
||||||
platform: 'VISTA',
|
platform: 'WIN7',
|
||||||
version: '9'
|
version: '9'
|
||||||
}, {
|
}, {/*
|
||||||
browserName: 'internet explorer',
|
browserName: 'internet explorer',
|
||||||
platform: 'Windows 7',
|
platform: 'WIN7',
|
||||||
version: '8'
|
version: '8'
|
||||||
}, {
|
}, {
|
||||||
browserName: 'internet explorer',
|
browserName: 'internet explorer',
|
||||||
platform: 'XP',
|
platform: 'XP',
|
||||||
version: '7'
|
version: '7'
|
||||||
}, {/*
|
|
||||||
browserName: 'opera',
|
|
||||||
platform: 'Windows 2008',
|
|
||||||
version: '12'
|
|
||||||
}, {*/
|
}, {*/
|
||||||
browserName: 'safari',
|
browserName: 'safari',
|
||||||
platform: 'OS X 10.8',
|
platform: 'OS X 10.8',
|
||||||
|
|
|
@ -25,7 +25,6 @@ __Famous projects, using pako:__
|
||||||
by [@creatronix](https://github.com/creationix)
|
by [@creatronix](https://github.com/creationix)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
__Benchmarks:__
|
__Benchmarks:__
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
"grunt": "~0.4.4",
|
"grunt": "~0.4.4",
|
||||||
"grunt-cli": "~0.1.13",
|
"grunt-cli": "~0.1.13",
|
||||||
"grunt-saucelabs": "~8.0.2",
|
"grunt-saucelabs": "~8.6.0",
|
||||||
"grunt-contrib-connect": "~0.7.1"
|
"grunt-contrib-connect": "~0.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue