Skip to content

Commit

Permalink
Fixe fixture plugin naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jun 24, 2022
1 parent 9565f3f commit 95c284a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cases",
"name": "cases-fixture",
"version": "0.0.0",
"kibana": {
"version": "kibana"
},
"main": "target/test/functional_with_es_ssl/fixtures/plugins/alerts",
"main": "target/test/functional_with_es_ssl/fixtures/plugins/cases",
"scripts": {
"kbn": "node ../../../../../../scripts/kbn.js",
"build": "rm -rf './target' && ../../../../../../node_modules/.bin/tsc"
Expand Down

0 comments on commit 95c284a

Please sign in to comment.