From 99343731f4e9a3ffcdb7a98bf0e8fb75749c3c45 Mon Sep 17 00:00:00 2001 From: mashirozx Date: Tue, 26 Oct 2021 11:34:35 +0800 Subject: [PATCH] Restore package.json --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e4ab222..623e36b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "emoji-mart-lazyload", - "version": "3.0.1h", + "name": "emoji-mart", + "version": "3.0.1", "description": "Customizable Slack-like emoji picker for React", "main": "dist/index.js", "module": "dist-es/index.js", "repository": { "type": "git", - "url": "git@github.com:mashirozx/emoji-mart.git" + "url": "git@github.com:missive/emoji-mart.git" }, "keywords": [ "react", @@ -16,12 +16,11 @@ "author": "Etienne Lemay", "license": "BSD-3-Clause", "bugs": { - "url": "https://github.com/mashirozx/emoji-mart/issues" + "url": "https://github.com/missive/emoji-mart/issues" }, - "homepage": "https://github.com/mashirozx/emoji-mart", + "homepage": "https://github.com/missive/emoji-mart", "dependencies": { "@babel/runtime": "^7.0.0", - "intersection-observer": "^0.12.0", "prop-types": "^15.6.0" }, "peerDependencies": { @@ -86,4 +85,4 @@ "limit": "82 KB" } ] -} +} \ No newline at end of file