diff --git a/packages/board/package.json b/packages/board/package.json index 1a1224f..2bd5219 100644 --- a/packages/board/package.json +++ b/packages/board/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ - "dist" + "dist/*.ts", + "dist/*.js" ], "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 9846efe..86a5690 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ - "dist" + "dist/*.ts", + "dist/*.js" ], "repository": { "type": "git", diff --git a/packages/idraw/package.json b/packages/idraw/package.json index 8279402..146718f 100644 --- a/packages/idraw/package.json +++ b/packages/idraw/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ - "dist" + "dist/*.ts", + "dist/*.js" ], "repository": { "type": "git", diff --git a/packages/kernal/package.json b/packages/kernal/package.json index c23f9e6..0bfec51 100644 --- a/packages/kernal/package.json +++ b/packages/kernal/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ - "dist" + "dist/*.ts", + "dist/*.js" ], "repository": { "type": "git", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index d0010ae..f6cc5af 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ - "dist" + "dist/*.ts", + "dist/*.js" ], "repository": { "type": "git", diff --git a/packages/util/package.json b/packages/util/package.json index 29e758a..a0fd6c2 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -10,7 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ - "dist" + "dist/*.ts", + "dist/*.js" ], "repository": { "type": "git",