fix: correct homepage URL in package.json

This commit is contained in:
Prad Nukala 2024-12-06 14:29:16 -05:00
parent 8419f12b83
commit e1f8a35d1a

View File

@ -2,7 +2,7 @@
"name": "@onsonr/nebula", "name": "@onsonr/nebula",
"description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.", "description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.",
"version": "0.0.10", "version": "0.0.10",
"homepage": "https://github.com/onsonr/styles", "homepage": "https://github.com/onsonr/nebula",
"author": "Prad <prad@sonr.io>", "author": "Prad <prad@sonr.io>",
"license": "MIT", "license": "MIT",
"customElements": "dist/custom-elements.json", "customElements": "dist/custom-elements.json",