Update package versions to 1.0.0 (#42)

* Update package versions to 1.0.0

* Fix package-lock
This commit is contained in:
Danny McCormick
2019-08-07 12:56:34 -04:00
committed by GitHub
parent 46b418103a
commit d7f00ea0fd
10 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "0.0.0",
"version": "1.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.0.0",
"@actions/io": "^0.0.0",
"@actions/exec": "^0.0.0"
"@actions/core": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/exec": "^1.0.0"
},
"devDependencies": {
"nock": "^10.0.6",