From 5cb9e78b5ed48c60bebbb5d5701e2e51e2608136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ro=C5=BCek?= Date: Thu, 29 Aug 2019 22:01:10 +0200 Subject: [PATCH] fix(pkg): specify typings correctly --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 43606a4c..8e7a6e6f 100644 --- a/package.json +++ b/package.json @@ -114,5 +114,6 @@ }, "release": { "extends": "@stoplight/scripts/release" - } + }, + "typings": "src/index.d.ts" }