mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-27 03:16:23 +00:00
added simple size utility and updated package.json
This commit is contained in:
parent
b2738a248e
commit
39e0a526f8
6
2/utils/size
Executable file
6
2/utils/size
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "twemoji.js $(cat 2/twemoji.js | wc -c)"
|
||||
echo "twemoji.js gzipped $(gzip -c 2/twemoji.js | wc -c)"
|
||||
echo "twemoji.min.js $(cat 2/twemoji.min.js | wc -c)"
|
||||
echo "twemoji.min.js gzipped $(gzip -c 2/twemoji.min.js | wc -c)"
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"name": "twemoji",
|
||||
"license": ["MIT", "CC-BY-4.0"],
|
||||
"description": "A Unicode 8 standard based way to implement emoji across all platforms.",
|
||||
|
Loading…
Reference in New Issue
Block a user