Skip to content

Commit

Permalink
Update dep github-injection (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck authored Jul 20, 2017
1 parent fd9e7a5 commit e8d1e90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/octo-linker.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export default class OctoLinkerCore {
}

init() {
injection(window, run.bind(null, this));
injection(run.bind(null, this));
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"core-js": "^2.4.1",
"escape-regex-string": "^1.0.4",
"findandreplacedomtext": "^0.4.5",
"github-injection": "^0.3.0",
"github-injection": "^1.0.1",
"github-url-from-git": "^1.5.0",
"github-url-from-username-repo": "^1.0.2",
"giturl": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2516,9 +2516,9 @@ [email protected]:
graceful-fs "4.1.6"
shelljs "0.7.4"

github-injection@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/github-injection/-/github-injection-0.3.0.tgz#04382fb4b820f0e38effb6644b47461693504a9f"
github-injection@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/github-injection/-/github-injection-1.0.1.tgz#fad4bee67b988993c527556101a87138245ed0dc"

github-url-from-git@^1.5.0:
version "1.5.0"
Expand Down

0 comments on commit e8d1e90

Please sign in to comment.