diff --git a/package.json b/package.json index ef5cc31..1062037 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.8.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", - "types": "index.d.ts", + "types": "src/index.d.ts", "repository": { "type": "git", "url": "git://github.com/PrismarineJS/node-minecraft-protocol.git" diff --git a/index.d.ts b/src/index.d.ts similarity index 100% rename from index.d.ts rename to src/index.d.ts