diff --git a/package.json b/package.json index 504b5784..d9e0e92e 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "build": "rollup --config rollup.config.js" }, "exports": { - ".": "./lib/matestack/ui/vue_js/index.js" + ".": "./lib/matestack/ui/vue_js/index.js", + "./*": "./*" } }