Skip to content

Commit aa0757a

Browse files
committed
Remove more node-fetch occurrences
1 parent b664cd5 commit aa0757a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const path = require('path');
22
const prismic = require('@prismicio/client');
3-
const fetch = require('node-fetch');
43

54
const VERSIONS_JSON = require('./versions.json');
65

plugins/docusaurus-plugin-ionic-component-api/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const fetch = require('node-fetch');
2-
31
module.exports = function (context, options) {
42
return {
53
name: 'docusaurus-plugin-ionic-component-api',

0 commit comments

Comments
 (0)