mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
chore: Update author information in package.json
This commit is contained in:
parent
4d225345d6
commit
24d5b0dd8d
10
package.json
10
package.json
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user