From bcbc24798d1867fd718be3bb9d52a955d3956942 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Sun, 16 Jul 2017 13:50:31 -0500 Subject: [PATCH] add postinstall script to bower.json --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index a3a0fc7..4cdd0de 100644 --- a/bower.json +++ b/bower.json @@ -5,8 +5,11 @@ "authors": [ "Jeff Thompson <@jordanburke>" ], - "main": "lib/angular-help-overlay.js", + "main": "lib/angular-help-overlay.min.js", "description": "Directive for chardin.js instruction overlay", + "scripts": { + "postinstall": "npm install && grunt --force" + }, "keywords": [ ], "license": "MIT",