We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2848a5 commit 921c805Copy full SHA for 921c805
package.json
@@ -31,7 +31,6 @@
31
"dependencies": {
32
"@babel/runtime-corejs3": "7.11.2",
33
"@babel/runtime": "7.11.2",
34
- "crypto-js": "4.0.0",
35
"react-native-crypto-js": "1.0.0",
36
"uuid": "3.4.0",
37
"ws": "7.3.1",
@@ -75,6 +74,9 @@
75
74
"regenerator-runtime": "0.13.5",
76
"vinyl-source-stream": "2.0.0"
77
},
+ "optionalDependencies": {
78
+ "crypto-js": "4.0.0"
79
+ },
80
"scripts": {
81
"build": "node build_releases.js",
82
"release": "node build_releases.js && npm publish",
0 commit comments