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

Commit

Permalink
npm 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emitxyz committed Sep 5, 2014
1 parent 9c852b9 commit e17b6fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Include the Javascript library
```html
<head>
<!-- include via jsDelivr (or download and host locally if you prefer) -->
<script src="//cdn.jsdelivr.net/emojione/1.0.4/lib/js/emojione.min.js" type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/emojione/1.0.5/lib/js/emojione.min.js" type="text/javascript"></script>

<!-- basic rules for styling the emoji images -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/emojione/1.0.4/assets/css/emojione.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/emojione/1.0.5/assets/css/emojione.min.css" type="text/css" media="all" />

<script type="text/javascript">
// #################################################
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": "1.0.4",
"version": "1.0.5",
"description": "Emoji One 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 and SVG formats provided for the emoji images.",
"author": "Emoji One <[email protected]> (http://emojione.com)",
"main:": "lib/js/emojione.min.js",
Expand Down

0 comments on commit e17b6fe

Please sign in to comment.