Skip to content

Commit

Permalink
feat: ✨ correctly parse all slack emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
themashcodee committed Jun 28, 2024
1 parent c4540ff commit 2e1300b
Show file tree
Hide file tree
Showing 6 changed files with 1,927 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"repository": "https://github.com/themashcodee/slack-blocks-to-jsx.git",
"license": "MIT",
"version": "0.3.2",
"version": "0.3.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -33,7 +33,7 @@
"@yozora/character": "^2.3.2",
"@yozora/core-tokenizer": "^2.3.2",
"@yozora/parser": "^2.3.2",
"node-emoji": "^2.1.0",
"node-emoji": "^2.1.3",
"zustand": "^4.5.2"
},
"peerDependencies": {
Expand Down
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions src/utils/emojis.ts

This file was deleted.

1 change: 1 addition & 0 deletions src/utils/emojis/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./parser";
Loading

0 comments on commit 2e1300b

Please sign in to comment.