From 76002e88de1bb1444b5c5261b5d5167e0b7ac75d Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Mon, 8 Jan 2018 16:08:32 +0100 Subject: [PATCH] add dedicated handlebars typings to avoid error for to new typings related to #100 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e952b19..e0bcee4 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "@types/d3": "3.5.36", "@types/jquery": "2.0.33", "@types/lodash": "4.14.38", + "@types/handlebars": "4.0.33", "bootstrap-sass": "3.3.7", "d3": "3.5.17", "font-awesome": "4.6.3",