mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
I think in package.json the dependencies block should be devDependencies
This commit is contained in:
parent
83e48b1ec7
commit
ab3f465e4b
@ -2,7 +2,7 @@
|
|||||||
"name": "OpenSeadragon",
|
"name": "OpenSeadragon",
|
||||||
"version": "0.9.122",
|
"version": "0.9.122",
|
||||||
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
||||||
"dependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.0",
|
"grunt": "~0.4.0",
|
||||||
"grunt-contrib-compress": "~0.4.0",
|
"grunt-contrib-compress": "~0.4.0",
|
||||||
"grunt-contrib-concat": "~0.1.2",
|
"grunt-contrib-concat": "~0.1.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user