Skip to content

Commit

Permalink
Revert "temporarily disable warning about punycode being deprecated (…
Browse files Browse the repository at this point in the history
…source what-url via node fetch)"

This reverts commit 2d4fdef.
  • Loading branch information
aaronmgdr committed Aug 8, 2024
1 parent 2d4fdef commit 53b3a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/bin/dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node_modules/.bin/ts-node node --disable-warning DEP0040
#!/usr/bin/env node_modules/.bin/ts-node
// eslint-disable-next-line node/shebang, unicorn/prefer-top-level-await
;(async () => {
const oclif = await import('@oclif/core')
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/bin/run.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --disable-warning DEP0040
#!/usr/bin/env node

// eslint-disable-next-line unicorn/prefer-top-level-await
;(async () => {
Expand Down

0 comments on commit 53b3a30

Please sign in to comment.