Skip to content

Commit

Permalink
build: update adiorc
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-a-young committed Oct 29, 2024
1 parent 7cc061b commit c67e022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .adiorc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
packages: ['packages/*'],
ignore: {
src: ['form-data', 'nock', 'xhr-mock', 'ts-jest'],
src: ['form-data', 'nock', 'xhr-mock', 'ts-jest', 'http', 'https', 'url', 'stream'],
devDependencies: ['typescript', 'tsup', 'axios', '@types/tus-js-client'],
peerDependencies: ['axios'],
},
Expand Down

0 comments on commit c67e022

Please sign in to comment.