We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c8d8a commit a466691Copy full SHA for a466691
vis_type_custom_form_filter_accounts/package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "vis_type_custom_form_filter_accounts",
3
- "version": "1.0.2",
4
- "kibana": {
5
- "version": "kibana",
6
- "templateVersion": "1.0.0"
7
- },
8
- "license": "Apache-2.0"
+ "version": "1.0.3",
+ "private": true,
+ "license": "Apache-2.0",
+ "scripts": {
+ "build": "yarn plugin-helpers build",
+ "plugin-helpers": "node ../../scripts/plugin_helpers",
9
+ "kbn": "node ../../scripts/kbn"
10
+ }
11
}
0 commit comments