Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1075 from replicatedhq/bj/export-kustomize-overlay
Browse files Browse the repository at this point in the history
Export KustomizeOverlay component
  • Loading branch information
Ben Junya committed Oct 11, 2019
2 parents d242feb + e77d41a commit 2e1e985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replicatedhq/ship-init",
"version": "1.6.9",
"version": "1.6.10",
"description": "Shared component that contains the Ship Init app",
"author": "Replicated, Inc.",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions web/init/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import "@babel/polyfill";
import KustomizeOverlay from "./components/kustomize/kustomize_overlay/KustomizeOverlay";

export { KustomizeOverlay }
export { Ship } from "./Ship.jsx"
export { ShipConfigRenderer } from "./ShipConfigRenderer.jsx"

0 comments on commit 2e1e985

Please sign in to comment.