Restore package.json

master
mashirozx 2021-10-26 11:34:35 +08:00
parent 8f12ea5836
commit 99343731f4
1 changed files with 6 additions and 7 deletions

View File

@ -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"
}
]
}
}