diff --git a/package-overrides/github/gwrey/bootstrap-wizard@master.json b/package-overrides/github/gwrey/bootstrap-wizard@master.json new file mode 100644 index 0000000..5ba5f6c --- /dev/null +++ b/package-overrides/github/gwrey/bootstrap-wizard@master.json @@ -0,0 +1,11 @@ +{ + "directories": { + "lib": "dist" + }, + "main": "js/bootstrap-wizard", + "shim": { + "js/bootstrap-wizard": { + "exports": "bootstrapWizard" + } + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 44d8658..b28771e 100644 --- a/registry.json +++ b/registry.json @@ -91,6 +91,7 @@ "bignumber.js": "npm:bignumber.js", "bootstrap": "github:twbs/bootstrap", "bootstrap-slider": "github:seiyria/bootstrap-slider", + "bootstrap-wizard": "github:gwrey/bootstrap-wizard", "breeze": "npm:breeze-client", "buffer": "github:jspm/nodelibs-buffer", "chart": "github:nnnick/Chart.js",