mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
Normalize package versions (#20)
This commit is contained in:
parent
135f320c0a
commit
d8737aa49c
8 changed files with 17 additions and 12 deletions
2
packages/tool-cache/package-lock.json
generated
2
packages/tool-cache/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/tool-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/tool-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "Actions tool-cache lib",
|
||||
"keywords": [
|
||||
"exec",
|
||||
|
@ -35,9 +35,9 @@
|
|||
"semver": "^6.1.0",
|
||||
"typed-rest-client": "^1.4.0",
|
||||
"uuid": "^3.3.2",
|
||||
"@actions/core": "^0.1.0",
|
||||
"@actions/io": "^1.0.0",
|
||||
"@actions/exec": "^1.0.0"
|
||||
"@actions/core": "^0.0.0",
|
||||
"@actions/io": "^0.0.0",
|
||||
"@actions/exec": "^0.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nock": "^10.0.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue