aboutsummaryrefslogtreecommitdiff
path: root/preinstall_check.js
AgeCommit message (Collapse)Author
2018-05-28Apache 2.0 license headers (#19383)Spencer
In order to make the license that applies to each file as clear as possible, and to be consistent with elasticsearch, we are adding Apache 2.0 license headers to the top of each file. Existence of this header is enforced by eslint and tslint and missing headers were automatically added in the last commit by running: ``` node scripts/eslint --fix && node scripts/tslint --fix ```
2018-04-24Migrate x-pack-kibana source to kibanaJenkins CI
2018-02-08Preinstall check that mentions 'yarn kbn' (#16572)Kim Joar Bekkelund