Skip to content

Commit

Permalink
axois out of json
Browse files Browse the repository at this point in the history
  • Loading branch information
DMontgomery40 committed Jan 11, 2025
1 parent 67609d6 commit 2b70ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"deploy": "gh-pages -d dist",
"clean": "rimraf dist",
"test": "jest",
"build:functions": "esbuild netlify/functions/scan-webpage-source.js --bundle --platform=node --target=node18 --format=esm --outfile=netlify/functions/scan-webpage.mjs --external:axios"
"build:functions": "esbuild netlify/functions/scan-webpage-source.js --bundle --platform=node --target=node18 --format=esm --outfile=netlify/functions/scan-webpage.mjs"
},
"dependencies": {
"@octokit/core": "^6.1.2",
Expand Down

0 comments on commit 2b70ef6

Please sign in to comment.