Skip to content

Commit

Permalink
Merge pull request #128 from lenkan/remove-unused-dependencies
Browse files Browse the repository at this point in the history
remove unused dependencies, move dev dependencies
  • Loading branch information
rodolfomiranda authored Nov 9, 2023
2 parents d5e041a + 8cd2ad4 commit 031fde6
Show file tree
Hide file tree
Showing 9 changed files with 855 additions and 8,246 deletions.
1,768 changes: 75 additions & 1,693 deletions examples/integration-scripts/bip39_shim/package-lock.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions examples/integration-scripts/bip39_shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@
"type": "module",
"private": true,
"version": "0.0.1",
"scripts": {},
"dependencies": {
"bip39": "^3.1.0",
"bip39-light": "^1.0.7",
"signify-ts": "file:../../../"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2"
}
}
Loading

0 comments on commit 031fde6

Please sign in to comment.