improved stream mocks for older versions and increased compatabity from 0.8 up

This commit is contained in:
Spencer Alger
2013-12-12 20:07:31 -07:00
parent de25e652cf
commit dea18fcd7d
19 changed files with 352 additions and 16464 deletions

12
grunt/config/prompt.js Normal file
View 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
}]
}
}
};