From d8f5c582b2cdc01d50984bfae344727da4936d24 Mon Sep 17 00:00:00 2001 From: YeungKC Date: Thu, 21 Mar 2024 18:05:13 +0900 Subject: [PATCH] Update 0.0.4 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14bb894..8e9fdd2 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,21 @@ To ensure the correct functioning of env styles, make sure to include the `viewp ### Installation ```bash -npm install unocss unocss-preset-safe-area +npm install unocss @yeungkc/unocss-preset-safe-area ``` ```bash -yarn add unocss unocss-preset-safe-area +yarn add unocss @yeungkc/unocss-preset-safe-area ``` ```bash -pnpm add unocss unocss-preset-safe-area +pnpm add unocss @yeungkc/unocss-preset-safe-area ``` ### Import ```ts -import presetSafeArea from 'unocss-preset-safe-area' +import presetSafeArea from '@yeungkc/unocss-preset-safe-area' export default defineConfig({ ... diff --git a/package.json b/package.json index 8be405d..d84a439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yeungkc/unocss-preset-safe-area", - "version": "0.0.3", + "version": "0.0.4", "description": "Safe area preset for UnoCSS", "author": { "name": "YeungKC",