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

Commit

Permalink
Change default build artifact name (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler authored May 2, 2020
1 parent 3496946 commit 5f41225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5f41225

Please sign in to comment.