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",