Skip to content

Commit 24d5b0d

Browse files
committed
chore: Update author information in package.json
1 parent 4d22534 commit 24d5b0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@onsonr/shoelace",
3-
"description": "A forward-thinking library of web components.",
4-
"version": "2.15.1",
2+
"name": "@onsonr/nebula",
3+
"description": "A specialized fork of Shoelace customized for the Sonr Network, focusing on cryptocurrency and blockchain interfaces.",
4+
"version": "0.0.2",
55
"homepage": "https://github.com/onsonr/styles",
6-
"author": "Cory LaViska",
6+
"author": "Prad <[email protected]>",
77
"license": "MIT",
88
"customElements": "dist/custom-elements.json",
99
"web-types": "./dist/web-types.json",
@@ -51,7 +51,7 @@
5151
"build": "node scripts/build.js",
5252
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
5353
"prepare": "npx playwright install",
54-
"prepublishOnly": "npm run verify",
54+
"publish": "npm publish --access public",
5555
"prettier": "prettier --write --log-level=warn .",
5656
"prettier:check": "prettier --check --log-level=warn .",
5757
"lint": "eslint src --max-warnings 0",

0 commit comments

Comments
 (0)