Skip to content

Commit

Permalink
chore(lib): add missing use strict directive (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 18, 2023
1 parent 7fc50cd commit edf6543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/get-repository-url.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

module.exports = function (git) {
const pkg = git.getRepoPackage()
if (!pkg.repository) {
Expand Down

0 comments on commit edf6543

Please sign in to comment.