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

Commit

Permalink
- remove fonts from this repo due to their large size (moved to emoji…
Browse files Browse the repository at this point in the history
…one-assets repo)

- version bump to 3.1.2
  • Loading branch information
Kevin committed Aug 8, 2017
1 parent 9a81e84 commit f0d0082
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 78 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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:

```
<script src="https://cdn.jsdelivr.net/emojione/3.1.1/lib/js/emojione.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/emojione/3.1.1/extras/css/emojione.min.css"/>
<script src="https://cdn.jsdelivr.net/emojione/3.1.2/lib/js/emojione.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/emojione/3.1.2/extras/css/emojione.min.css"/>
```

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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emojione",
"version": "3.1.1",
"version": "3.1.2",
"main": [
"extras/css/emojione.css",
"lib/js/emojione.js"
Expand Down
73 changes: 0 additions & 73 deletions extras/fonts/README.md

This file was deleted.

Binary file removed extras/fonts/emojione-android.ttf
Binary file not shown.
Binary file removed extras/fonts/emojione-apple.ttc
Binary file not shown.
Binary file removed extras/fonts/emojione-apple.ttf
Binary file not shown.
Binary file removed extras/fonts/emojione-svg.otf
Binary file not shown.
Binary file removed extras/fonts/emojione-svg.woff
Binary file not shown.
Binary file removed extras/fonts/emojione-svg.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'emojione:emojione',
summary: 'Meteor Package of the https://www.emojione.com/ set.',
version: '3.1.1',
version: '3.1.2',
git: 'https://github.com/emojione/emojione.git'
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emojione",
"version": "3.1.1",
"version": "3.1.2",
"description": "EmojiOne is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images.",
"author": "EmojiOne <[email protected]> (http://emojione.com)",
"main": "lib/js/emojione.js",
Expand Down

0 comments on commit f0d0082

Please sign in to comment.