Skip to content

Commit

Permalink
Add npm package.json and lock files
Browse files Browse the repository at this point in the history
Also install axios and actions/core
  • Loading branch information
James M. Greene authored and James M. Greene committed Jun 7, 2022
1 parent 8dd978c commit 279f89f
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 0 deletions.
203 changes: 203 additions & 0 deletions package-lock.json

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

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "setup-pages",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paper-spa/setup-pages.git"
},
"author": "GitHub",
"license": "MIT",
"bugs": {
"url": "https://github.com/paper-spa/setup-pages/issues"
},
"homepage": "https://github.com/paper-spa/setup-pages#readme",
"dependencies": {
"@actions/core": "^1.8.2",
"axios": "^0.27.2"
}
}

0 comments on commit 279f89f

Please sign in to comment.