Skip to content

Commit

Permalink
Adding files
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Jun 19, 2017
0 parents commit ce23e72
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2/twemoji.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# twemoji-min

Twitters emoji library as a minified dependency without the asset history for
projects that use with the supplied CDN.

[twemoji by twitter](https://github.com/twitter/twemoji)
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "twemoji-min",
"authors": [
"Radek Pazdera <[email protected]>"
],
"description": "Twemoji without embedded images",
"main": "./2/twemoji.npm.js",
"keywords": [
"emoji",
"DOM",
"parser",
"images",
"retina",
"Twitter",
"unicode"
],
"license": "MIT",
"homepage": "git://github.com/KanoComputing/twemoji-min.git",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"twemoji": "^2.3.0"
}
}
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdir -p 2/
cp ./bower_components/twemoji/2/twemoji.min.js ./2/twemoji.min.js

0 comments on commit ce23e72

Please sign in to comment.