From c589ab9c25bee6161bf3e557eaca44e51c14fb89 Mon Sep 17 00:00:00 2001 From: Behind The Math Date: Sun, 17 Jun 2018 22:29:58 -0400 Subject: [PATCH] Add index.d.ts to package.json so it will be installed by npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c86a87b..371ba21 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "index.js", "lib", "pjax.js", - "pjax.min.js" + "pjax.min.js", + "index.d.ts" ], "types": "index.d.ts", "devDependencies": {