Skip to content

Commit

Permalink
fix: mark actions dep as option
Browse files Browse the repository at this point in the history
  • Loading branch information
RichiCoder1 committed Apr 12, 2020
1 parent 727494f commit 22e3f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@
},
"homepage": "https://github.com/RichiCoder1/vault-action#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"got": "^10.2.2",
"jsonata": "^1.8.2"
},
"peerDependencies": {
"@actions/core": ">=1 <2"
},
"devDependencies": {
"@actions/core": "^1.2.3",
"@types/got": "^9.6.9",
"@types/jest": "^25.1.3",
"@zeit/ncc": "^0.22.0",
Expand Down

0 comments on commit 22e3f3e

Please sign in to comment.