mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Drop unnecessary quotes
This commit is contained in:
parent
1430ac38fe
commit
eafd707d1a
@ -55,7 +55,7 @@ module.exports = function(grunt) {
|
||||
pkg: packageJson,
|
||||
clean: {
|
||||
build: ["build"],
|
||||
"package": [packageDir],
|
||||
package: [packageDir],
|
||||
release: {
|
||||
src: [releaseRoot + '*', '!' + releaseRoot + 'releases'],
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user