mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
make project compatible with direct npm/yarn installation from github repo
This commit is contained in:
parent
b49fef332c
commit
3dec5bb98a
@ -194,8 +194,12 @@ module.exports = function(grunt) {
|
|||||||
target: sources
|
target: sources
|
||||||
},
|
},
|
||||||
"git-describe": {
|
"git-describe": {
|
||||||
|
"options": {
|
||||||
|
failOnError: false
|
||||||
|
},
|
||||||
build: {}
|
build: {}
|
||||||
}
|
},
|
||||||
|
gitInfo: "unknown"
|
||||||
});
|
});
|
||||||
|
|
||||||
// ----------
|
// ----------
|
||||||
|
@ -30,6 +30,6 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"prepublish": "grunt build"
|
"prepare": "grunt build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user