I think in package.json the dependencies block should be devDependencies

This commit is contained in:
thatcher 2013-03-01 10:01:57 -05:00
parent 83e48b1ec7
commit ab3f465e4b

View File

@ -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",