improved stream mocks for older versions and increased compatabity from 0.8 up
This commit is contained in:
12
grunt/config/prompt.js
Normal file
12
grunt/config/prompt.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
confirm_release: {
|
||||
options: {
|
||||
questions: [{
|
||||
config: 'confirm.release',
|
||||
type: 'confirm',
|
||||
message: 'Are you sure you want to overwrite/release version <%= package.version %> of elasticsearch-js',
|
||||
default: false
|
||||
}]
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user