Skip to content

Commit

Permalink
more bower package bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Thompson committed Jul 16, 2017
1 parent 8e89346 commit 9aa1376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"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": [
{
"type": "MIT"
}
],
"dependencies": {
"chardin.js": "^0.1.3"
"chardin.js": "https://github.com/jeffthompson1971/chardin.js.git"
},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit 9aa1376

Please sign in to comment.