Skip to content

Commit 8d2eaf4

Browse files
authored
Update metadata in package.json (#12)
This adds a `homepage` and `bugs` field, and fixes the `repository` field in `package.json`.
1 parent ec4d8ff commit 8d2eaf4

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -600,21 +600,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
600600

601601
- Initial release.
602602

603-
[Unreleased]: git://github.com/MetaMask/superstruct/compare/v1.0.0...HEAD
604-
[1.0.0]: git://github.com/MetaMask/superstruct/compare/v0.16.0...v1.0.0
605-
[0.16.0]: git://github.com/MetaMask/superstruct/compare/v0.15.0...v0.16.0
606-
[0.15.0]: git://github.com/MetaMask/superstruct/compare/v0.14.0...v0.15.0
607-
[0.14.0]: git://github.com/MetaMask/superstruct/compare/v0.13.0...v0.14.0
608-
[0.13.0]: git://github.com/MetaMask/superstruct/compare/v0.12.0...v0.13.0
609-
[0.12.0]: git://github.com/MetaMask/superstruct/compare/v0.11.0...v0.12.0
610-
[0.11.0]: git://github.com/MetaMask/superstruct/compare/v0.10.0...v0.11.0
611-
[0.10.0]: git://github.com/MetaMask/superstruct/compare/v0.8.0...v0.10.0
612-
[0.8.0]: git://github.com/MetaMask/superstruct/compare/v0.7.0...v0.8.0
613-
[0.7.0]: git://github.com/MetaMask/superstruct/compare/v0.6.0...v0.7.0
614-
[0.6.0]: git://github.com/MetaMask/superstruct/compare/v0.5.0...v0.6.0
615-
[0.5.0]: git://github.com/MetaMask/superstruct/compare/v0.4.0...v0.5.0
616-
[0.4.0]: git://github.com/MetaMask/superstruct/compare/v0.3.0...v0.4.0
617-
[0.3.0]: git://github.com/MetaMask/superstruct/compare/v0.2.0...v0.3.0
618-
[0.2.0]: git://github.com/MetaMask/superstruct/compare/v0.1.0...v0.2.0
619-
[0.1.0]: git://github.com/MetaMask/superstruct/compare/v0.0.1...v0.1.0
620-
[0.0.1]: git://github.com/MetaMask/superstruct/releases/tag/v0.0.1
603+
[Unreleased]: https://github.com/MetaMask/superstruct/compare/v1.0.0...HEAD
604+
[1.0.0]: https://github.com/MetaMask/superstruct/compare/v0.16.0...v1.0.0
605+
[0.16.0]: https://github.com/MetaMask/superstruct/compare/v0.15.0...v0.16.0
606+
[0.15.0]: https://github.com/MetaMask/superstruct/compare/v0.14.0...v0.15.0
607+
[0.14.0]: https://github.com/MetaMask/superstruct/compare/v0.13.0...v0.14.0
608+
[0.13.0]: https://github.com/MetaMask/superstruct/compare/v0.12.0...v0.13.0
609+
[0.12.0]: https://github.com/MetaMask/superstruct/compare/v0.11.0...v0.12.0
610+
[0.11.0]: https://github.com/MetaMask/superstruct/compare/v0.10.0...v0.11.0
611+
[0.10.0]: https://github.com/MetaMask/superstruct/compare/v0.8.0...v0.10.0
612+
[0.8.0]: https://github.com/MetaMask/superstruct/compare/v0.7.0...v0.8.0
613+
[0.7.0]: https://github.com/MetaMask/superstruct/compare/v0.6.0...v0.7.0
614+
[0.6.0]: https://github.com/MetaMask/superstruct/compare/v0.5.0...v0.6.0
615+
[0.5.0]: https://github.com/MetaMask/superstruct/compare/v0.4.0...v0.5.0
616+
[0.4.0]: https://github.com/MetaMask/superstruct/compare/v0.3.0...v0.4.0
617+
[0.3.0]: https://github.com/MetaMask/superstruct/compare/v0.2.0...v0.3.0
618+
[0.2.0]: https://github.com/MetaMask/superstruct/compare/v0.1.0...v0.2.0
619+
[0.1.0]: https://github.com/MetaMask/superstruct/compare/v0.0.1...v0.1.0
620+
[0.0.1]: https://github.com/MetaMask/superstruct/releases/tag/v0.0.1

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@
3333
"validation",
3434
"validator"
3535
],
36-
"repository": "git://github.com/MetaMask/superstruct.git",
36+
"homepage": "https://github.com/MetaMask/superstruct#readme",
37+
"bugs": {
38+
"url": "https://github.com/MetaMask/superstruct/issues"
39+
},
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/MetaMask/superstruct.git"
43+
},
3744
"license": "MIT",
3845
"sideEffects": false,
3946
"exports": {

0 commit comments

Comments
 (0)