Skip to content

Commit

Permalink
JS lib cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyahenson committed Jul 24, 2019
1 parent c8f7600 commit 359630d
Show file tree
Hide file tree
Showing 12 changed files with 6,149 additions and 6,148 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
joypixels:[email protected].1
joypixels:[email protected].3
[email protected]
[email protected]
[email protected]
Expand Down
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](https://www.npmjs.com/settings/joypixels/packages) 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/npm/[email protected].2/lib/js/joypixels.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/extras/css/joypixels.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/js/joypixels.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].3/extras/css/joypixels.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 [emoji-assets](https://www.github.com/joypixels/emoji-assets) and include the pngs and/or sprites into your project.** Many of our [demos](https://demos.joypixels.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": "emoji-toolkit",
"version": "5.0.2",
"version": "5.0.3",
"main": [
"extras/css/joypixels.css",
"lib/js/joypixels.js"
Expand Down
Loading

0 comments on commit 359630d

Please sign in to comment.