diff --git a/index.d.ts b/asyncforge.d.ts similarity index 100% rename from index.d.ts rename to asyncforge.d.ts diff --git a/index.test-d.ts b/asyncforge.test-d.ts similarity index 100% rename from index.test-d.ts rename to asyncforge.test-d.ts diff --git a/package.json b/package.json index ce4e817..1e23dd6 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "standard": "^17.1.0", "tsd": "^0.31.0" }, - "types": "index.d.ts" + "types": "asyncforge.d.ts" }