diff --git a/package.json b/package.json
index df6fbd5..f827ffd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "create-codeceptjs",
-    "version": "1.0.2",
+    "version": "1.0.3",
     "description": "Install CodeceptJS with all its dependencies in a single run",
     "main": "index.js",
     "bin": {
@@ -37,5 +37,6 @@
         "@codeceptjs/ui": "0.7.0",
         "codeceptjs": "3.5.11",
         "playwright": "1.40.1"
-    }
+    },
+    "files": ["index.js", "LICENSE", "Readme.md"]
 }