From 5cc4fe888cd003bac0b552c58972285bf6bc57be Mon Sep 17 00:00:00 2001 From: Hao Xu Date: Tue, 15 Jan 2019 10:11:19 -0800 Subject: [PATCH] update to use builtin crypto --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index c908a80..079029e 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,6 @@ ], "author": "Matt Asher", "license": "MIT", - "dependencies": { - "crypto": "0.0.3" - }, "repository": { "type": "git", "url": "https://github.com/Mattasher/probability-distributions"