From baa6a7456c8ec00f8bc4291d7bae247f15f4bd16 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Thu, 14 Apr 2016 11:43:24 +0200 Subject: [PATCH] fix: Point typescript resolution at core module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0d3c5f..bb4f5ee 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "benchmark": "node ./benchmarks/mongodb.js", "build": "gulp build" }, - "typings": "dist/iridium.d.ts", + "typings": "iridium.ts", "engines": { "node": ">= 0.10" },