Compare commits

...

1 Commits

Author SHA1 Message Date
Richard Simpson 22e3f3e09e fix: mark actions dep as option 2020-04-12 00:10:54 -05:00
2 changed files with 6 additions and 2 deletions
+2 -1
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",
+4 -1
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",