Compare commits

...

7 Commits

Author SHA1 Message Date
Ian Gilman
c5639e32b5
Merge pull request #2244 from openseadragon/ig-test
Temporary fix to Travis builds: Pin the node version to one that works
2022-11-28 14:37:56 -08:00
Ian Gilman
da314c067c Travis debugging 2022-11-28 14:32:24 -08:00
Ian Gilman
11b7205ea4
Merge pull request #2243 from openseadragon/ig-test
Updating qunit test library
2022-11-28 14:28:10 -08:00
Ian Gilman
87f90c05b4 Merge branch 'master' into ig-test 2022-11-28 14:26:56 -08:00
Ian Gilman
22d4e62198 Updated package lock 2022-11-21 17:19:23 -08:00
Ian Gilman
cdfd5a454b Merge branch 'master' into ig-test 2022-11-21 17:16:45 -08:00
Ian Gilman
d504a7ac83 Updating qunit to latest 2022-09-28 13:56:14 -07:00
3 changed files with 6780 additions and 1915 deletions

View File

@ -1,6 +1,6 @@
language: node_js
sudo: false
node_js:
- "stable"
- "16.14.2"
before_install:
- npm install -g grunt-cli

8691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-qunit": "^5.1.1",
"grunt-contrib-qunit": "^6.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",