Skip to content

Commit

Permalink
fix(package): use built-in crypto module
Browse files Browse the repository at this point in the history
  • Loading branch information
donysukardi committed May 4, 2018
1 parent f9295fb commit 972a83e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "MIT",
"author": "Dony Sukardi <ds@dsds.io> (https://github.com/donysukardi)",
"dependencies": {
"crypto": "^1.0.1",
"get-stdin": "^6.0.0",
"jest": "^22.4.3",
"jest-matcher-utils": "^22.4.3",
Expand Down Expand Up @@ -46,7 +45,9 @@
}
},
"jest": {
"testPathIgnorePatterns":
["/node_modules/", "<rootDir>/examples/"]
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/examples/"
]
}
}
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,10 +1404,6 @@ crypto-random-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"

crypto@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/crypto/-/crypto-1.0.1.tgz#2af1b7cad8175d24c8a1b0778255794a21803037"

cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
version "0.3.2"
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.2.tgz#b8036170c79f07a90ff2f16e22284027a243848b"
Expand Down

0 comments on commit 972a83e

Please sign in to comment.