mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56: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
|
||||
},
|
||||
"git-describe": {
|
||||
"options": {
|
||||
failOnError: false
|
||||
},
|
||||
build: {}
|
||||
}
|
||||
},
|
||||
gitInfo: "unknown"
|
||||
});
|
||||
|
||||
// ----------
|
||||
|
@ -30,6 +30,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"prepublish": "grunt build"
|
||||
"prepare": "grunt build"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user