mirror of
https://github.com/jakejarvis/imagemoji.git
synced 2026-09-12 00:05:31 -04:00
remove engines field from package.json
This commit is contained in:
+1
-7
@@ -3,15 +3,12 @@
|
||||
"version": "0.1.3",
|
||||
"description": "🖼️ Replaces emojis in strings or DOM nodes with corresponding images",
|
||||
"license": "MIT",
|
||||
"repository": "jakejarvis/imagemoji",
|
||||
"author": {
|
||||
"name": "Jake Jarvis",
|
||||
"email": "jake@jarv.is",
|
||||
"url": "https://jarv.is/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jakejarvis/imagemoji.git"
|
||||
},
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist"
|
||||
@@ -41,9 +38,6 @@
|
||||
"twemoji-parser": "13.1.0",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"front-end",
|
||||
"emoji",
|
||||
|
||||
Reference in New Issue
Block a user