Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dejurin committed May 13, 2024
1 parent ef91677 commit 7547c38
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Unicode Emoji JSON Lite

[![Test status](https://github.com/dejurin/unicode-emoji-json-lite/workflows/Node.js%20CI/badge.svg)](https://github.com/dejurin/unicode-emoji-json-lite/actions/workflows/node.js.yml)
[![Test status](https://github.com/Qit-tools/unicode-emoji-json-lite/workflows/Node.js%20CI/badge.svg)](https://github.com/Qit-tools/unicode-emoji-json-lite/actions/workflows/node.js.yml)

This 📚 [library](https://www.npmjs.com/package/@qit.tools/unicode-emoji-json-lite) provides a 🪶 lightweight version of the [unicode-emoji-json](https://www.npmjs.com/package/unicode-emoji-json) library. Essentially, this library simplifies JSON files by using ready-made JSON from the unicode-emoji-json library.

## 👀 DEMO

Example of using the library: [Random Emoji Generator](https://qit.tools/generators/emoji/)
Example of using the library: [Random Emoji Generator](https://qit.tools/generators/random-emoji/)


## 🏗️ Install
Expand Down
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@qit.tools/unicode-emoji-json-lite",
"version": "0.4.1",
"version": "0.4.2",
"description": "This library provides a lightweight version of the unicode-emoji-json library.",
"main": "data-by-emoji-lite.json",
"types": "./index.d.ts",
"exports": {
"types": "./index.d.ts",
"default": "./data-by-emoji-lite.json"
},
"files": [
"data-by-emoji-lite.json",
"data-by-group-lite.json",
Expand Down Expand Up @@ -34,13 +36,18 @@
"typescript-eslint": "^7.8.0",
"unicode-emoji-json": "latest"
},
"homepage": "https://qit.tools/generators/emoji/",
"author": {
"name": "Qit.tools",
"email": "info@qit.tools",
"url": "https://qit.tools/"
},
"homepage": "https://qit.tools/generators/random-emoji/",
"bugs": {
"url": "https://github.com/dejurin/unicode-emoji-json-lite/issues"
"url": "https://github.com/Qit-tools/unicode-emoji-json-lite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dejurin/unicode-emoji-json-lite.git"
"url": "git+https://github.com/Qit-tools/unicode-emoji-json-lite.git"
},
"keywords": ["emoji", "emojis", "unicode", "json", "emoji-data", "lite", "picker", "simple", "emotions", "list", "emoticons", "utf-8"],
"license": "MIT"
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"declaration": true,
"declarationDir": ".",
"outDir": ".",
"rootDir": ".",
"baseUrl": ".",
Expand Down

0 comments on commit 7547c38

Please sign in to comment.