From c618542f6e415751169dcf1768e62a80ca9f7a2a Mon Sep 17 00:00:00 2001 From: Michael Stramel Date: Thu, 12 Sep 2019 22:29:15 -0500 Subject: [PATCH] Don't publish types (#1515) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bb561d5..a0a4b3f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", - "types": "index.d.ts", "scripts": { "commit": "git add . && git-cz", "test": "is-ci 'test:ci' 'test:dev'",