From b5d96606d834d71296c1d6bc9d497951ec44acff Mon Sep 17 00:00:00 2001 From: Zak Groner Date: Wed, 3 Sep 2014 22:19:05 -0700 Subject: [PATCH] fixing errors with packages, updated release to 1.0.1 --- .npmignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 1e36ac9f0..8739ee6a3 100644 --- a/.npmignore +++ b/.npmignore @@ -2,4 +2,5 @@ demos lib/php composer.json .gitignore -emojis.json \ No newline at end of file +emojis.json +.idea \ No newline at end of file diff --git a/package.json b/package.json index 27b152155..0477fef68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emojione", - "version": "1.0.0", + "version": "1.0.1", "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 (http://emojione.com)", "main:": "lib/js/emojione.min.js",