chore: Update author information in package.json

This commit is contained in:
Prad Nukala 2024-12-04 18:53:06 -05:00
parent 4d225345d6
commit 24d5b0dd8d

View File

@ -1,9 +1,9 @@
{
"name": "@onsonr/shoelace",
"description": "A forward-thinking library of web components.",
"version": "2.15.1",
"name": "@onsonr/nebula",
"description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.",
"version": "0.0.2",
"homepage": "https://github.com/onsonr/styles",
"author": "Cory LaViska",
"author": "Prad <prad@sonr.io>",
"license": "MIT",
"customElements": "dist/custom-elements.json",
"web-types": "./dist/web-types.json",
@ -51,7 +51,7 @@
"build": "node scripts/build.js",
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
"prepare": "npx playwright install",
"prepublishOnly": "npm run verify",
"publish": "npm publish --access public",
"prettier": "prettier --write --log-level=warn .",
"prettier:check": "prettier --check --log-level=warn .",
"lint": "eslint src --max-warnings 0",