From 5e4f8a5bad94d82d7d8d4c84fe1693137152a8d9 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Sun, 16 Jul 2017 14:26:17 -0500 Subject: [PATCH] update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d73da94..e747893 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "version": "0.1.3", "homepage": "https://github.com/jeffthompson1971/angular-help-overlay", "authors": [ - "Jeff Thompson <@jordanburke>" + "Jeff Thompson " ], "main": "lib/angular-help-overlay.min.js", "description": "Directive for chardin.js instruction overlay", @@ -22,7 +22,7 @@ ], "dependencies": { "jquery": ">=1.6.0 <2.0.0", - "chardin.js": "https://github.com/jeffthompson1971/chardin.js#~0.1.3", + "chardin.js": "https://github.com/jeffthompson1971/chardin.js", "angular": ">=1.2.0" } }