Skip to content

Commit

Permalink
chore: rename file to licenses-meta-data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 7, 2024
1 parent e9a7fa7 commit a839417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-scope/Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ target.checkLicenses = function() {

checker.init({
start: dirname,
meta: "./licensesMetaData.json"
meta: "./licenses-meta-data.json"
}, deps => {
const impermissible = Object.keys(deps).map(dependency => ({
name: dependency,
Expand Down
File renamed without changes.

0 comments on commit a839417

Please sign in to comment.