From 1f7b6b57d1ea1a9f562a481bb5aa647fdc2d0974 Mon Sep 17 00:00:00 2001 From: kdn0325 Date: Sat, 16 Mar 2024 01:14:53 +0900 Subject: [PATCH] chore: react-native-responsive-design 1.0.0 release --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f5e75e3..55ae27f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "react-native-dimensions-util", - "version": "0.1.0", - "description": "react-native-dimensions-util", + "name": "react-native-responsive-design", + "version": "1.0.0", + "description": "react-native-responsive-design", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", @@ -26,7 +26,7 @@ "!**/.*" ], "scripts": { - "example": "yarn workspace react-native-dimensions-util-example", + "example": "yarn workspace react-native-responsive-design-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", @@ -41,14 +41,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/kdn0325/react-native-dimensions-util.git" + "url": "git+https://github.com/kdn0325/react-native-responsive-design.git" }, "author": "kdn0325 (https://github.com/kdn0325)", "license": "MIT", "bugs": { - "url": "https://github.com/kdn0325/react-native-dimensions-util/issues" + "url": "https://github.com/kdn0325/react-native-responsive-design/issues" }, - "homepage": "https://github.com/kdn0325/react-native-dimensions-util#readme", + "homepage": "https://github.com/kdn0325/react-native-responsive-design#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },