From 37f0592464b5ba88373627d47ed534b7c6807d96 Mon Sep 17 00:00:00 2001 From: Artem Reznichenko Date: Mon, 1 Jun 2026 18:17:14 +0300 Subject: [PATCH] chore: update readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7edc80b..cb10eeb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Old-iOS skeuomorphism × macOS Sequoia neatness × Ubuntu warmth. Distributed via self-hosted git — install straight from the repo: ```bash -npm i git+ssh://git@git.ollyhearn.ru:49239/olly/modern-sk.git +npm i git+https://git.ollyhearn.ru/olly/modern-sk.git ``` `react` and `react-dom` (>=18) are peer dependencies — your app provides them. diff --git a/package.json b/package.json index 0ad953f..a07dc93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modern-sk", - "version": "0.1.0", + "version": "0.1.2", "description": "ModernSK — tactile, dark-first React component library built on Radix primitives.", "license": "MIT", "type": "module",