5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

fix: mark actions dep as option

This commit is contained in:
Richard Simpson 2020-04-12 00:10:54 -05:00
parent 727494f451
commit 22e3f3e09e
2 changed files with 6 additions and 2 deletions

3
package-lock.json generated
View file

@ -7,7 +7,8 @@
"@actions/core": { "@actions/core": {
"version": "1.2.3", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz",
"integrity": "sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==" "integrity": "sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w==",
"dev": true
}, },
"@babel/code-frame": { "@babel/code-frame": {
"version": "7.5.5", "version": "7.5.5",

View file

@ -43,11 +43,14 @@
}, },
"homepage": "https://github.com/RichiCoder1/vault-action#readme", "homepage": "https://github.com/RichiCoder1/vault-action#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.3",
"got": "^10.2.2", "got": "^10.2.2",
"jsonata": "^1.8.2" "jsonata": "^1.8.2"
}, },
"peerDependencies": {
"@actions/core": ">=1 <2"
},
"devDependencies": { "devDependencies": {
"@actions/core": "^1.2.3",
"@types/got": "^9.6.9", "@types/got": "^9.6.9",
"@types/jest": "^25.1.3", "@types/jest": "^25.1.3",
"@zeit/ncc": "^0.22.0", "@zeit/ncc": "^0.22.0",