Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Mar 27, 2020
1 parent 141b9c0 commit 86383ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 48 deletions.
1 change: 1 addition & 0 deletions dev/import-beats/datasources.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package main

import (
"fmt"

"github.com/elastic/package-registry/util"
)

Expand Down
7 changes: 1 addition & 6 deletions docs/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,5 @@
}
],
"download": "/epr/example/example-1.0.0.tar.gz",
<<<<<<< HEAD
"path": "/package/example-1.0.0"
}
=======
"path": "/package/example/1.0.0"
}
>>>>>>> aaf31b8... Change package path from {packagename}-{version} to {packagename}/{version}
}
42 changes: 0 additions & 42 deletions testdata/public/package/example-0.0.2/index.json

This file was deleted.

3 changes: 3 additions & 0 deletions testdata/public/package/example/0.0.2/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"requirement": {
"kibana": {
"versions": "\u003e=6.0.0"
},
"elasticsearch": {
"versions": "\u003e=6.0.0 \u003c=6.8.0"
}
},
"assets": [
Expand Down

0 comments on commit 86383ce

Please sign in to comment.