mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2025-04-19 14:17:59 +02:00
Typed rest client is already available as a result of dependency of Github toolchains So instead of including additional axios, we'll use already existing lib
10 lines
210 B
JSON
10 lines
210 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.0",
|
|
"@actions/tool-cache": "^1.1.2",
|
|
"@types/node": "^12.12.7",
|
|
"@types/semver": "^6.2.0",
|
|
"await-to-js": "^2.1.1",
|
|
"semver": "^6.3.0"
|
|
}
|
|
}
|