1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

Add back svg files to node_modules

Fixes https://github.com/twitter/twemoji/issues/356
This commit is contained in:
Shu Uesugi 2019-05-30 16:25:49 -07:00 committed by GitHub
parent b7084792d6
commit faab602178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@
"twemoji-parser": "12.0.0"
},
"files": [
"2/twemoji*.js"
"2/twemoji*.js",
"2/svg/*.svg",
]
}