diff --git a/auction/package.json b/auction/package.json index 797012ba1..40de5fea5 100644 --- a/auction/package.json +++ b/auction/package.json @@ -5,7 +5,12 @@ "directories": { "test": "test" }, - "private": true, + "files": [ + "contracts", + "readme.md", + "dist" + ], + "private": false, "scripts": { "test": "truffle test" }, diff --git a/deploy/package.json b/deploy/package.json index e3ee84810..68a1f1b9b 100644 --- a/deploy/package.json +++ b/deploy/package.json @@ -3,6 +3,7 @@ "version": "0.7.9", "description": "package with all migrations to deploy other packages", "access": "public", + "private": false, "license": "MIT", "files": [ "contracts",