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

Commit

Permalink
fix typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emitxyz committed Oct 6, 2014
1 parent 02e556a commit 88f0d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.2.3",
"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 <ryan@emojione.com> (http://emojione.com)",
"main:": "lib/js/emojione.js",
"main": "lib/js/emojione.js",
"keywords": [
"emojione",
"Emoji One",
Expand Down

0 comments on commit 88f0d2b

Please sign in to comment.