Skip to content

Commit

Permalink
Update metadata in package.json (#12)
Browse files Browse the repository at this point in the history
This adds a `homepage` and `bugs` field, and fixes the `repository`
field in `package.json`.
  • Loading branch information
Mrtenz authored Mar 8, 2024
1 parent ec4d8ff commit 8d2eaf4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,21 +600,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: git://github.com/MetaMask/superstruct/compare/v1.0.0...HEAD
[1.0.0]: git://github.com/MetaMask/superstruct/compare/v0.16.0...v1.0.0
[0.16.0]: git://github.com/MetaMask/superstruct/compare/v0.15.0...v0.16.0
[0.15.0]: git://github.com/MetaMask/superstruct/compare/v0.14.0...v0.15.0
[0.14.0]: git://github.com/MetaMask/superstruct/compare/v0.13.0...v0.14.0
[0.13.0]: git://github.com/MetaMask/superstruct/compare/v0.12.0...v0.13.0
[0.12.0]: git://github.com/MetaMask/superstruct/compare/v0.11.0...v0.12.0
[0.11.0]: git://github.com/MetaMask/superstruct/compare/v0.10.0...v0.11.0
[0.10.0]: git://github.com/MetaMask/superstruct/compare/v0.8.0...v0.10.0
[0.8.0]: git://github.com/MetaMask/superstruct/compare/v0.7.0...v0.8.0
[0.7.0]: git://github.com/MetaMask/superstruct/compare/v0.6.0...v0.7.0
[0.6.0]: git://github.com/MetaMask/superstruct/compare/v0.5.0...v0.6.0
[0.5.0]: git://github.com/MetaMask/superstruct/compare/v0.4.0...v0.5.0
[0.4.0]: git://github.com/MetaMask/superstruct/compare/v0.3.0...v0.4.0
[0.3.0]: git://github.com/MetaMask/superstruct/compare/v0.2.0...v0.3.0
[0.2.0]: git://github.com/MetaMask/superstruct/compare/v0.1.0...v0.2.0
[0.1.0]: git://github.com/MetaMask/superstruct/compare/v0.0.1...v0.1.0
[0.0.1]: git://github.com/MetaMask/superstruct/releases/tag/v0.0.1
[Unreleased]: https://github.com/MetaMask/superstruct/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/superstruct/compare/v0.16.0...v1.0.0
[0.16.0]: https://github.com/MetaMask/superstruct/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/MetaMask/superstruct/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/MetaMask/superstruct/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/MetaMask/superstruct/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/MetaMask/superstruct/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/MetaMask/superstruct/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/MetaMask/superstruct/compare/v0.8.0...v0.10.0
[0.8.0]: https://github.com/MetaMask/superstruct/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/MetaMask/superstruct/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/MetaMask/superstruct/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/MetaMask/superstruct/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/MetaMask/superstruct/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/MetaMask/superstruct/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/MetaMask/superstruct/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MetaMask/superstruct/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/MetaMask/superstruct/releases/tag/v0.0.1
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@
"validation",
"validator"
],
"repository": "git://github.com/MetaMask/superstruct.git",
"homepage": "https://github.com/MetaMask/superstruct#readme",
"bugs": {
"url": "https://github.com/MetaMask/superstruct/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/superstruct.git"
},
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit 8d2eaf4

Please sign in to comment.