From 0378bf8617fe2c0a4a8abad704fbec0400dcd8d9 Mon Sep 17 00:00:00 2001 From: Bart Butler Date: Thu, 8 Feb 2018 13:31:34 -0800 Subject: [PATCH] ripemd160 should not be a dev dependency --- npm-shrinkwrap.json | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b97f5114..f7ed1001 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -4776,7 +4776,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz", "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=", - "dev": true, "requires": { "inherits": "2.0.3" } @@ -7132,7 +7131,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz", "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=", - "dev": true, "requires": { "hash-base": "2.0.2", "inherits": "2.0.3" diff --git a/package.json b/package.json index 1e559758..3093e5e6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "gruntify-eslint": "^4.0.0", "istanbul": "^0.4.5", "mocha": "^4.1.0", - "ripemd160": "^2.0.1", "sinon": "^4.2.2", "whatwg-fetch": "^2.0.3", "zlibjs": "~0.3.1" @@ -84,6 +83,7 @@ "jwk-to-pem": "^1.2.6", "node-fetch": "^1.7.3", "node-localstorage": "~1.3.0", + "ripemd160": "^2.0.1", "rusha": "^0.8.12" }, "repository": {