From 77aee499023bb56bbc2594fd8d80212bc94bd790 Mon Sep 17 00:00:00 2001 From: Fabian Frank Date: Mon, 24 Sep 2018 17:31:58 -0700 Subject: [PATCH] Include typings in npm distribution --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e981f41..d17a2f5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "main": "./jsonpointer", "typings": "jsonpointer.d.ts", "files": [ - "jsonpointer.js" + "jsonpointer.js", + "jsonpointer.d.ts" ], "scripts": { "test": "standard && node test.js",