mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
Adding semver to package.json
This commit is contained in:
parent
3aa995c673
commit
f2111bf46a
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"@actions/tool-cache": "1.1.2",
|
||||
"@actions/io": "^1.0.0",
|
||||
"@actions/core": "^1.0.0",
|
||||
"@actions/exec": "^1.0.0"
|
||||
"@actions/exec": "^1.0.0",
|
||||
"semver": "^6.1.0"
|
||||
},
|
||||
"main": "lib/run.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue