Skip to content

Commit

Permalink
refactor: remove deprecated @netlify/framework-info
Browse files Browse the repository at this point in the history
It was replaced by @netlify/build-info a long time ago, but the entire codebase still existed to
support a couple utility function calls. I refactored these away and deleted the package.
  • Loading branch information
serhalp committed Aug 28, 2024
1 parent 35bdb8f commit c5204ec
Show file tree
Hide file tree
Showing 126 changed files with 65 additions and 5,597 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const config = {
// don't lint fixtures
'packages/*/tests/**/fixtures*/**',
'packages/*/benchmarks/**/fixtures*/**',
'packages/framework-info/test/fixtures/**',
'packages/framework-info/dist/**',
'packages/*/lib/**',
'packages/*/dist/**',

Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
packages/*/tests/**/fixtures/**
packages/*/test/**/fixtures*/**
packages/*/benchmarks/**/fixtures*/**
packages/framework-info/test/fixtures/**
# don't lint outputs
packages/*/lib
packages/*/dist
Expand Down
Loading

0 comments on commit c5204ec

Please sign in to comment.