mirror of
https://github.com/jakejarvis/imagemoji.git
synced 2025-04-28 07:00:30 -04:00
remove engines field from package.json
This commit is contained in:
parent
b4d658ff44
commit
656053fd73
@ -1,8 +1,7 @@
|
|||||||
# 🖼️ imagemoji
|
# 🖼️ imagemoji
|
||||||
|
|
||||||
[](https://github.com/jakejarvis/imagemoji/actions/workflows/ci.yml)
|
[](https://github.com/jakejarvis/imagemoji/actions/workflows/ci.yml)
|
||||||
[](https://www.npmjs.com/package/imagemoji)
|
[](https://www.npmjs.com/package/imagemoji)
|
||||||
[](LICENSE)
|
|
||||||
|
|
||||||
Replaces emojis in strings or DOM nodes with corresponding images of your choosing. A barebones, mostly drop-in replacement for Twemoji's [`twemoji.parse()`](https://github.com/twitter/twemoji#twemojiparse---v1) (and heavily cherry-picked from Twitter's [original script](https://github.com/twitter/twemoji/blob/master/scripts/build.js) to cut some cruft and save a few bytes).
|
Replaces emojis in strings or DOM nodes with corresponding images of your choosing. A barebones, mostly drop-in replacement for Twemoji's [`twemoji.parse()`](https://github.com/twitter/twemoji#twemojiparse---v1) (and heavily cherry-picked from Twitter's [original script](https://github.com/twitter/twemoji/blob/master/scripts/build.js) to cut some cruft and save a few bytes).
|
||||||
|
|
||||||
|
@ -3,15 +3,12 @@
|
|||||||
"version": "0.1.3",
|
"version": "0.1.3",
|
||||||
"description": "🖼️ Replaces emojis in strings or DOM nodes with corresponding images",
|
"description": "🖼️ Replaces emojis in strings or DOM nodes with corresponding images",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": "jakejarvis/imagemoji",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jake Jarvis",
|
"name": "Jake Jarvis",
|
||||||
"email": "jake@jarv.is",
|
"email": "jake@jarv.is",
|
||||||
"url": "https://jarv.is/"
|
"url": "https://jarv.is/"
|
||||||
},
|
},
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/jakejarvis/imagemoji.git"
|
|
||||||
},
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
@ -41,9 +38,6 @@
|
|||||||
"twemoji-parser": "13.1.0",
|
"twemoji-parser": "13.1.0",
|
||||||
"typescript": "^4.4.4"
|
"typescript": "^4.4.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"front-end",
|
"front-end",
|
||||||
"emoji",
|
"emoji",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user