From 61ea030cc984d084b04bc90631b46c71925196c1 Mon Sep 17 00:00:00 2001 From: Zak Groner Date: Wed, 3 Sep 2014 22:09:06 -0700 Subject: [PATCH] setting up package.json for npm publish --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 58635c6cf..27b152155 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "emojione", "version": "1.0.0", "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.", - "main:": "lib/php/Emojione.class.php", + "author": "Emoji One (http://emojione.com)", + "main:": "lib/js/emojione.min.js", "keywords": [ "emojione, Emoji One, emoji, emojis, emoticons, smileys, smilies, unicode" ], @@ -11,7 +12,7 @@ "type": "(CC-BY-SA-4.0 and GPL-2.0+)", "url": "https://github.com/Ranks/emojione/blob/master/LICENSE.md" }, - "repositories": [ + "repository": [ { "type": "git", "url": "https://github.com/Ranks/emojione.git"