Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(deps): shrinkwrap excludes fxa-jwtool->pem-jwk dep if pem-jwk is …
Browse files Browse the repository at this point in the history
…a devDep
  • Loading branch information
jrgm committed Oct 21, 2015
1 parent 966968d commit 08f0dca
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 9 deletions.
46 changes: 40 additions & 6 deletions npm-shrinkwrap.json

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

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -38,8 +38,8 @@
"hkdf": "0.0.2",
"joi": "6.9.1",
"mozlog": "2.0.2",
"openid": "1.0.0",
"node-statsd": "0.1.1",
"openid": "1.0.0",
"poolee": "1.0.0",
"request": "2.65.0",
"scrypt-hash": "1.1.13",
Expand All @@ -63,7 +63,6 @@
"load-grunt-tasks": "3.1.0",
"mailparser": "0.5.1",
"nock": "1.7.1",
"pem-jwk": "1.5.1",
"proxyquire": "1.6.0",
"simplesmtp": "0.3.35",
"sinon": "1.15.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_keys.js
Expand Up @@ -38,7 +38,7 @@ try {
console.error('Generating keypair')

cp.exec(
'openssl genrsa 2048 | ../node_modules/pem-jwk/bin/pem-jwk.js',
'openssl genrsa 2048 | ../node_modules/fxa-jwtool/node_modules/pem-jwk/bin/pem-jwk.js',
{
cwd: __dirname
},
Expand Down

0 comments on commit 08f0dca

Please sign in to comment.