Skip to content

Commit

Permalink
fix: Update pkg config to include axios cjs (#12261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmarzex committed Nov 16, 2023
1 parent 10980b9 commit b21afaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pkg/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ module.exports = {
'../../node_modules/node-gyp/bin/node-gyp.js',
'../../node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
'../../node_modules/npm/node_modules/npm-lifecycle/node_modules/node-gyp/bin/node-gyp.js',
'../../node_modules/axios/dist/node/axios.cjs',
],
};

0 comments on commit b21afaf

Please sign in to comment.