Skip to content

Commit

Permalink
Remove tweetnacl from project
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Aug 26, 2022
1 parent f32a1c3 commit fc7e2bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
9 changes: 5 additions & 4 deletions web3.js/package-lock.json

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

3 changes: 1 addition & 2 deletions web3.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
"js-sha3": "^0.8.0",
"node-fetch": "2",
"rpc-websockets": "^7.5.0",
"superstruct": "^0.14.2",
"tweetnacl": "^1.0.3"
"superstruct": "^0.14.2"
},
"devDependencies": {
"@babel/core": "^7.12.13",
Expand Down
2 changes: 0 additions & 2 deletions web3.js/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function generateConfig(configType, format) {
'node-fetch',
'rpc-websockets',
'superstruct',
'tweetnacl',
];
}

Expand Down Expand Up @@ -182,7 +181,6 @@ function generateConfig(configType, format) {
'react-native-url-polyfill',
'rpc-websockets',
'superstruct',
'tweetnacl',
];

break;
Expand Down
2 changes: 1 addition & 1 deletion web3.js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8220,7 +8220,7 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

tweetnacl@^1.0.0, tweetnacl@^1.0.3:
tweetnacl@^1.0.0:
version "1.0.3"
resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz"
integrity sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==
Expand Down

0 comments on commit fc7e2bd

Please sign in to comment.