From 22c1d8ea32737368e20b9c9b29ab226e6aafddea Mon Sep 17 00:00:00 2001
From: "Eduardo L. Buratti" <elburatti@inf.ufpr.br>
Date: Thu, 18 Aug 2016 15:28:41 -0300
Subject: [PATCH] Add a npm postinstall hook that triggers the installation of
 type definitions

---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 9a3f2986..e1d61a3e 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
   "description": "BlenDB",
   "main": "index.js",
   "scripts": {
+    "postinstall": "typings install",
     "prestart": "tsc",
     "start": "node build/src/boot",
     "pretest": "tsc",
-- 
GitLab