2 Commits

Author SHA1 Message Date
404c388aae 0.2.3 2026-09-08 18:11:28 +01:00
8aa3dac0f0 Set repo in package.json 2026-09-08 18:08:52 +01:00
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@web3/style-guide",
"version": "0.2.2",
"version": "0.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@web3/style-guide",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"

View File

@ -1,6 +1,6 @@
{
"name": "@byteone/web3-style-guide",
"version": "0.2.2",
"version": "0.2.3",
"description": "Shared Web3 design system: dark-mode CSS custom properties, component styles, and brand tokens.",
"keywords": [
"css",
@ -12,7 +12,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/byteone/web3-style-guide.git"
"url": "https://git.byteone.uk/jp/web3-style-guide.git"
},
"private": false,
"publishConfig": {