From 3317cb4da819ec3cf3d2b38ec6dd4ae8a105a760 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 22 Sep 2017 12:40:59 -0600 Subject: [PATCH] Add source-map.d.ts to files in package.json Add source-map.d.ts to files in package.json, to ensure it ends up in the published package. Fixes #273 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 048e3ae8..4340fe23 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "main": "./source-map.js", "files": [ "source-map.js", + "source-map.d.ts", "lib/", "dist/source-map.debug.js", "dist/source-map.js",