Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Commit f0d0082

Browse files
author
Kevin
committed
- remove fonts from this repo due to their large size (moved to emojione-assets repo)
- version bump to 3.1.2
1 parent 9a81e84 commit f0d0082

File tree

11 files changed

+5
-78
lines changed

11 files changed

+5
-78
lines changed

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
We've teamed up with [JSDelivr](http://www.jsdelivr.com/#!emojione) to provide a simple way to install these emoji on any javascript-enabled website. Add the following script and stylesheet links to the head of your webpage:
44

55
```
6-
<script src="https://cdn.jsdelivr.net/emojione/3.1.1/lib/js/emojione.min.js"></script>
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/emojione/3.1.1/extras/css/emojione.min.css"/>
6+
<script src="https://cdn.jsdelivr.net/emojione/3.1.2/lib/js/emojione.min.js"></script>
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/emojione/3.1.2/extras/css/emojione.min.css"/>
88
```
99

1010
Quick installs can also be done using NPM and Bower (for the Javascript toolkit) or Composer (for the PHP toolkit). **If you wish to serve image assets locally you'll need to install [emojione-assets](https://www.github.com/emojione/emojione-assets) and include the pngs and/or sprites into your project.** Many of our [demos](https://demos.emojione.com/latest/) use assets locally simply by pointing the `imagePathPNG` variable to your local asset location.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emojione",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"main": [
55
"extras/css/emojione.css",
66
"lib/js/emojione.js"

extras/fonts/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

extras/fonts/emojione-android.ttf

-6.8 MB
Binary file not shown.

extras/fonts/emojione-apple.ttc

-74.7 MB
Binary file not shown.

extras/fonts/emojione-apple.ttf

-74.7 MB
Binary file not shown.

extras/fonts/emojione-svg.otf

-4.03 MB
Binary file not shown.

extras/fonts/emojione-svg.woff

-2.62 MB
Binary file not shown.

extras/fonts/emojione-svg.woff2

-2.22 MB
Binary file not shown.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'emojione:emojione',
33
summary: 'Meteor Package of the https://www.emojione.com/ set.',
4-
version: '3.1.1',
4+
version: '3.1.2',
55
git: 'https://github.com/emojione/emojione.git'
66
});
77

0 commit comments

Comments
 (0)