Skip to content

Commit

Permalink
fix: workaround issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
satoruk committed Sep 25, 2020
1 parent 170626d commit 303ce85
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"macos",
"mkdir",
"openpgp",
"openpgpjs",
"satoruk",
"vercel"
"vercel",
"vordimous"
]
}
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest": "26.4.2",
"js-yaml": "3.14.0",
"lodash": "4.17.20",
"openpgp": "4.10.7",
"openpgp": "vordimous/openpgpjs",
"prettier": "2.1.2",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6438,10 +6438,9 @@ opener@^1.5.1:
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==

openpgp@4.10.7:
version "4.10.7"
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-4.10.7.tgz#e969239ebb689093c5a73ea97e73a7d9c2a565eb"
integrity sha512-+7EkD/btnvIyGkslB0p3W123u/dajMBcfzMfOIevlZBPvCWLJXGzgNFMM5CYXUNITeBUpxCxwgHeniqr+UfESQ==
openpgp@vordimous/openpgpjs:
version "4.10.8"
resolved "https://codeload.github.com/vordimous/openpgpjs/tar.gz/058265f3748b37b6e830e7e675cb28c8202aeded"
dependencies:
asn1.js "^5.0.0"
node-fetch "^2.1.2"
Expand Down

0 comments on commit 303ce85

Please sign in to comment.