From 7a746f7461fa37e50af886c0c9fc6daa63c24090 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Thu, 27 Sep 2018 11:35:48 -0700 Subject: [PATCH] Don't publish sourcemaps --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1aed2428..e1028124 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "types": "./build/src/index.d.ts", "files": [ "build/src", + "!build/src/**/*.map", "AUTHORS", "CONTRIBUTORS", "LICENSE",