Skip to content

Commit

Permalink
Add ncc devDep and axios-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Jun 7, 2022
1 parent 74a0003 commit 7000f2f
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 2 deletions.
84 changes: 83 additions & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"homepage": "https://github.com/paper-spa/setup-pages#readme",
"dependencies": {
"@actions/core": "^1.8.2",
"axios": "^0.27.2"
"axios": "^0.27.2",
"axios-retry": "^3.2.5"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
}
}

0 comments on commit 7000f2f

Please sign in to comment.