diff --git a/packages/@hothouse/client-npm/package.json b/packages/@hothouse/client-npm/package.json index d96598c..1e16c28 100644 --- a/packages/@hothouse/client-npm/package.json +++ b/packages/@hothouse/client-npm/package.json @@ -11,6 +11,9 @@ "build": "../../../node_modules/.bin/babel src --out-dir dist", "test": "../../../node_modules/.bin/jest --coverage" }, + "files": [ + "dist" + ], "repository": { "type": "git", "url": "git+ssh://git@github.com/Leko/hothouse.git" @@ -39,5 +42,5 @@ "collectCoverageFrom": [ "src/*.{js,jsx}" ], - "gitHead": "f231c4c516d617ba66627534ff7e6eb95061720c" + "gitHead": "97cee2b39df40662cb9a2767e8c047066b6c9a98" } diff --git a/packages/@hothouse/client-yarn/package.json b/packages/@hothouse/client-yarn/package.json index 3c65010..9c8c73d 100644 --- a/packages/@hothouse/client-yarn/package.json +++ b/packages/@hothouse/client-yarn/package.json @@ -11,6 +11,9 @@ "build": "../../../node_modules/.bin/babel src --out-dir dist", "test": "../../../node_modules/.bin/jest --coverage" }, + "files": [ + "dist" + ], "repository": { "type": "git", "url": "git+ssh://git@github.com/Leko/hothouse.git" @@ -42,5 +45,5 @@ "collectCoverageFrom": [ "src/*.{js,jsx}" ], - "gitHead": "f231c4c516d617ba66627534ff7e6eb95061720c" + "gitHead": "97cee2b39df40662cb9a2767e8c047066b6c9a98" } diff --git a/packages/@hothouse/monorepo-lerna/package.json b/packages/@hothouse/monorepo-lerna/package.json index 5af66ad..f012bb7 100644 --- a/packages/@hothouse/monorepo-lerna/package.json +++ b/packages/@hothouse/monorepo-lerna/package.json @@ -11,6 +11,9 @@ "build": "../../../node_modules/.bin/babel src --out-dir dist", "test": "../../../node_modules/.bin/jest --coverage" }, + "files": [ + "dist" + ], "author": "Leko ", "license": "MIT", "bugs": { @@ -32,5 +35,5 @@ "collectCoverageFrom": [ "src/*.{js,jsx}" ], - "gitHead": "f231c4c516d617ba66627534ff7e6eb95061720c" + "gitHead": "97cee2b39df40662cb9a2767e8c047066b6c9a98" } diff --git a/packages/@hothouse/monorepo-yarn-workspaces/package.json b/packages/@hothouse/monorepo-yarn-workspaces/package.json index 93e02a9..f400e36 100644 --- a/packages/@hothouse/monorepo-yarn-workspaces/package.json +++ b/packages/@hothouse/monorepo-yarn-workspaces/package.json @@ -11,6 +11,9 @@ "build": "../../../node_modules/.bin/babel src --out-dir dist", "test": "../../../node_modules/.bin/jest --coverage" }, + "files": [ + "dist" + ], "author": "Leko ", "license": "MIT", "bugs": { @@ -30,5 +33,5 @@ "collectCoverageFrom": [ "src/*.{js,jsx}" ], - "gitHead": "f231c4c516d617ba66627534ff7e6eb95061720c" + "gitHead": "97cee2b39df40662cb9a2767e8c047066b6c9a98" } diff --git a/packages/@hothouse/types/package.json b/packages/@hothouse/types/package.json index 02e7c20..c742d5d 100644 --- a/packages/@hothouse/types/package.json +++ b/packages/@hothouse/types/package.json @@ -23,5 +23,5 @@ "url": "https://github.com/Leko/hothouse/issues" }, "homepage": "https://github.com/Leko/hothouse#readme", - "gitHead": "f231c4c516d617ba66627534ff7e6eb95061720c" + "gitHead": "97cee2b39df40662cb9a2767e8c047066b6c9a98" } diff --git a/packages/hothouse/package.json b/packages/hothouse/package.json index 00ed8bd..dff0113 100644 --- a/packages/hothouse/package.json +++ b/packages/hothouse/package.json @@ -13,6 +13,9 @@ "build": "../../node_modules/.bin/babel --config-file ../../.babelrc src --out-dir dist", "test": "../../node_modules/.bin/jest --coverage" }, + "files": [ + "dist" + ], "repository": { "type": "git", "url": "git+ssh://git@github.com/Leko/hothouse.git" @@ -63,5 +66,5 @@ "devDependencies": { "rimraf": "^2.6.2" }, - "gitHead": "f231c4c516d617ba66627534ff7e6eb95061720c" + "gitHead": "97cee2b39df40662cb9a2767e8c047066b6c9a98" }