diff --git a/bower.json b/bower.json index 6695644..fe06b16 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,7 @@ "tests" ], "dependencies": { + "chardin.js": "https://github.com/jeffthompson1971/chardin.js.git", "jquery": ">=1.6.0 <2.0.0", "angular": ">=1.2.0" } diff --git a/package.json b/package.json index 1d9eefe..85d8a05 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,14 @@ "name": "angular-help-overlay", "description": "Angular Wrapper for chardin.js instruction overlay", "version": "0.1.3", - "homepage": "https://github.com/jordanburke/angular-help-overlay", + "homepage": "https://github.com/jeffthompson1971/angular-help-overlay", "author": { - "name": "Jordan Burke", + "name": "Jeff Thompson", "url": "https://github.com/jordanburke/" }, "repository": { "type": "git", - "url": "git://github.com/jordanburke/angular-help-overlay.git" + "url": "https://github.com/jeffthompson1971/angular-help-overlay.git" }, "licenses": [ { @@ -17,7 +17,7 @@ } ], "dependencies": { - "chardin.js": "^0.1.3" + "chardin.js": "https://github.com/jeffthompson1971/chardin.js.git" }, "devDependencies": { "grunt": "~0.4.1",