mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Updated to latest packages (and fixed lint errors)
This commit is contained in:
parent
ceb828dd06
commit
24be785bbd
@ -50,6 +50,7 @@
|
|||||||
"no-multi-spaces": [
|
"no-multi-spaces": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
"ignoreEOLComments": true,
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"Property": true,
|
"Property": true,
|
||||||
"VariableDeclarator": true,
|
"VariableDeclarator": true,
|
||||||
@ -259,7 +260,7 @@
|
|||||||
"space-unary-ops": [
|
"space-unary-ops": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
"words": false,
|
"words": true,
|
||||||
"nonwords": false
|
"nonwords": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
5148
package-lock.json
generated
5148
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -28,16 +28,16 @@
|
|||||||
"url": "https://github.com/openseadragon/openseadragon.git"
|
"url": "https://github.com/openseadragon/openseadragon.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.0.2",
|
||||||
"grunt-contrib-clean": "^1.1.0",
|
"grunt-contrib-clean": "^1.1.0",
|
||||||
"grunt-contrib-compress": "^1.4.3",
|
"grunt-contrib-compress": "^1.4.3",
|
||||||
"grunt-contrib-concat": "^1.0.1",
|
"grunt-contrib-concat": "^1.0.1",
|
||||||
"grunt-contrib-connect": "^1.0.2",
|
"grunt-contrib-connect": "^1.0.2",
|
||||||
"grunt-contrib-qunit": "^2.0.0",
|
"grunt-contrib-qunit": "^2.0.0",
|
||||||
"grunt-contrib-uglify": "^3.2.1",
|
"grunt-contrib-uglify": "^3.2.1",
|
||||||
"grunt-contrib-watch": "^1.0.0",
|
"grunt-contrib-watch": "^1.0.1",
|
||||||
"grunt-eslint": "^19.0.0",
|
"grunt-eslint": "^20.1.0",
|
||||||
"grunt-git-describe": "^2.3.2",
|
"grunt-git-describe": "^2.4.4",
|
||||||
"grunt-istanbul": "^0.8.0",
|
"grunt-istanbul": "^0.8.0",
|
||||||
"grunt-text-replace": "^0.4.0",
|
"grunt-text-replace": "^0.4.0",
|
||||||
"qunitjs": "2.4.1"
|
"qunitjs": "2.4.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user