diff --git a/packages/technical-features/feature-core/package.json b/packages/technical-features/feature-core/package.json index fa4f821fef..cc8fd65a00 100644 --- a/packages/technical-features/feature-core/package.json +++ b/packages/technical-features/feature-core/package.json @@ -4,6 +4,12 @@ "version": "0.0.1", "description": "Code that is common to all Features and those registering them.", "type": "commonjs", + + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, + "files": [ "dist" ],