From 9cec8a9893237d3225b76ddbbdadfba493daee1d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 21 May 2018 13:48:47 -0700 Subject: [PATCH] simplify package.json [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 254d475..fcb8c42 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Utilities for working with Blob objects in the browser", "main": "dist/blob-util.cjs.js", "module": "dist/blob-util.es.js", - "types": "./dist/blob-util.d.ts", + "types": "dist/blob-util.d.ts", "repository": { "type": "git", "url": "git://github.com/nolanlawson/blob-util.git"