From f4e16076992ee8d52d0d25a1a78ab32a47e23266 Mon Sep 17 00:00:00 2001 From: JAY <57744@tmbbank.com> Date: Sun, 23 Jul 2023 13:33:10 +0700 Subject: [PATCH] Update npm --- package.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d7472fd..808ad12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "emotion-responsive", - "version": "1.0.0", - "description": "", + "name": "@thinnakrit/emotion-responsive", + "version": "1.0.19", + "description": "@emotion with responsive", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/thinnakrit/emotion-responsive.git" + "url": "git+https://github.com/thinnakrit/emotion-responsive" }, "keywords": [ "react", @@ -53,7 +53,7 @@ "tslib": "^2.6.0", "typescript": "^5.1.6" }, - "dependencies": { + "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0" }, @@ -62,8 +62,5 @@ "LICENSE", "README.md" ], - "license": "MIT", - "publishConfig": { - "registry": "https://registry.npmjs.org/" - } + "license": "MIT" }