From 8255583fa0befd78cde14cf90913b1b67f0a6137 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 19 Jul 2016 16:05:59 +0200 Subject: [PATCH] Install hpm by default See #277 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4e216937ab85..f102c61d815b 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ } }, "scripts": { + "postinstall": "npm install -g hpm", "start": "electron index", "lint": "eslint *.js" }