Consume toolkit from npmjs (#16)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled

This commit is contained in:
Danny McCormick
2019-08-19 16:45:17 -04:00
committed by GitHub
parent cec809fe04
commit 623660d136
33 changed files with 510 additions and 363 deletions

View File

@@ -22,14 +22,12 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/exit": "file:toolkit/actions-exit-0.0.0.tgz",
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
"@actions/io": "file:toolkit/actions-io-0.0.0.tgz",
"@actions/exec": "file:toolkit/actions-exec-0.0.0.tgz",
"@actions/tool-cache": "file:toolkit/actions-tool-cache-0.0.0.tgz",
"@actions/core": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"semver": "^6.1.1"
},
"devDependencies": {
"@actions/io": "^1.0.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"@types/semver": "^6.0.0",