diff --git a/package.json b/package.json index 3b95d58..243c056 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,9 @@ "sourceType": "module" } }, + "publishConfig": { + "directory": "dist" + }, "scripts": { "clean": "rimraf dist types", "prepare": "aegir build --no-bundle && cp -R types dist",