Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ignores:
- 'eslint-config-*'
- 'eslint-plugin-*'
- 'jest-silent-reporter'
- 'jest-transform-stub'
- 'prettier-plugin-packagejson'
- 'typescript-eslint'
# Jest environment referenced in `jest.config.scripts.js`
Expand Down
66 changes: 66 additions & 0 deletions .yarn/patches/tronweb-npm-6.1.0-771b242b6a.patch

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions merged-packages/tron-wallet-snap/.depcheckrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions merged-packages/tron-wallet-snap/.prettierignore

This file was deleted.

21 changes: 21 additions & 0 deletions merged-packages/tron-wallet-snap/LICENSE

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update the package.json#license field as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, it went into other commit in the previous PR

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 MetaMask

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion merged-packages/tron-wallet-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/MetaMask/snap-tron-wallet.git"
},
"license": "(MIT-0 OR Apache-2.0)",
"license": "MIT",
"main": "./dist/bundle.js",
"files": [
"dist/",
Expand Down
Loading