diff --git a/package.json b/package.json index 46677ca..3fe894b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "url": "https://github.com/arifszn/gitprofile.git" }, "files": [ - "dist" + "dist/gitprofile.es.js", + "dist/gitprofile.umd.js", + "dist/style.css", + "types" ], "main": "./dist/gitprofile.umd.js", "module": "./dist/gitprofile.es.js", diff --git a/types/index.d.ts b/types/index.d.ts index a0b2a1b..5af211b 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -34,7 +34,7 @@ interface github { * * example: ['my-project1', 'my-project2'] */ - projects: Array; + projects: Array; }; }