Move to pnpm

main
kouhai dev 2022-11-08 22:33:42 -08:00
parent d496014be7
commit c004e4e093
4 changed files with 11371 additions and 10895 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ dist-modern/
stats.json
report.html
package-lock.json
.npmrc

View File

@ -1,6 +1,6 @@
{
"name": "emoji-mart-lazyload",
"version": "3.0.1k",
"name": "@thouse/emoji-mart-lazy-load",
"version": "0.0.0",
"description": "Customizable Slack-like emoji picker for React",
"main": "dist/index.js",
"module": "dist-es/index.js",
@ -41,7 +41,7 @@
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-define": "^2.0.0",
"emoji-datasource": "5.0.1",
"emoji-datasource": "14.0.0",
"emojilib": "^2.2.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
@ -77,8 +77,7 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prettier": "prettier --write \"{src,scripts,test,stories}/**/*.js\"",
"prettier:check": "prettier --check \"{src,scripts,test,stories}/**/*.js\"",
"prepare": "npm run build:dist"
"prettier:check": "prettier --check \"{src,scripts,test,stories}/**/*.js\""
},
"size-limit": [
{

11281
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

10806
yarn.lock

File diff suppressed because it is too large Load Diff