forked from jordanburke/angular-help-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Thompson
committed
Jul 16, 2017
1 parent
3dc50f7
commit 5e4f8a5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "0.1.3", | ||
"homepage": "https://github.com/jeffthompson1971/angular-help-overlay", | ||
"authors": [ | ||
"Jeff Thompson <@jordanburke>" | ||
"Jeff Thompson <[email protected]>" | ||
], | ||
"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" | ||
} | ||
} |