Skip to content

Commit

Permalink
remove node-fetch from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 5, 2024
1 parent 5fc777c commit 9d0e39d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 142 deletions.
139 changes: 0 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"jsdom": "^19.0.0",
"livereload": "^0.9.3",
"mocha": "^9.2.2",
"node-fetch": "^3.2.6",
"nodemon": "^2.0.15",
"prismjs": "^1.28.0",
"rehype-autolink-headings": "^6.1.1",
Expand Down
2 changes: 0 additions & 2 deletions test/cases/node-modules/src/components/events-list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import fetch from 'node-fetch';

class EventsList extends HTMLElement {
async connectedCallback() {
if (!this.shadowRoot) {
Expand Down

0 comments on commit 9d0e39d

Please sign in to comment.