Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Change default build artifact name #89

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ultimately, your directory structure should look like this:

To build the plugin's distributable zip simply run `yarn build`.

Example output: `./build/opendistro-anomaly-detection-1.6.1.0.zip`
Example output: `./build/opendistro-anomaly-detection-kibana-1.6.1.0.zip`

## Run

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "opendistro-anomaly-detection",
"name": "opendistro-anomaly-detection-kibana",
"version": "1.6.1.0",
"description": "Open Distro for Elasticsearch Anomaly Detection Kibana plugin",
"main": "index.js",
Expand Down