From dac5836753b5914f56b956058cde3981a2dc6b18 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 24 Sep 2018 22:01:16 +0200 Subject: [PATCH] move index.d.ts to src --- package.json | 2 +- index.d.ts => src/index.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.d.ts => src/index.d.ts (100%) 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