-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 2020-05-15-add-console-error
- Loading branch information
Showing
473 changed files
with
6,893 additions
and
2,540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ if (nodeMajorVersion < 6) { | |
process.exit(1); | ||
} | ||
|
||
require('../cli'); | ||
require('../target/cli'); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
{ | ||
"name": "@kbn/plugin-helpers", | ||
"private": true, | ||
"version": "9.0.2", | ||
"private": true, | ||
"description": "Just some helpers for kibana plugin devs.", | ||
"main": "lib/index.js", | ||
"license": "Apache-2.0", | ||
"main": "target/lib/index.js", | ||
"scripts": { | ||
"kbn:bootstrap": "tsc" | ||
}, | ||
"bin": { | ||
"plugin-helpers": "bin/plugin-helpers.js" | ||
}, | ||
"author": "Spencer Alger <[email protected]>", | ||
"license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@kbn/babel-preset": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.9.0", | ||
"argv-split": "^2.0.1", | ||
|
@@ -27,6 +26,20 @@ | |
"node-sass": "^4.13.1", | ||
"through2": "^2.0.3", | ||
"through2-map": "^3.0.0", | ||
"vinyl": "^2.2.0", | ||
"vinyl-fs": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/gulp-rename": "^0.0.33", | ||
"@types/gulp-zip": "^4.0.1", | ||
"@types/inquirer": "^6.5.0", | ||
"@types/node-sass": "^4.11.0", | ||
"@types/through2": "^2.0.35", | ||
"@types/through2-map": "^3.0.0", | ||
"@types/vinyl": "^2.0.4", | ||
"typescript": "3.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@kbn/babel-preset": "1.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.