1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

bumped version after ignoring svg.sh

This commit is contained in:
Andrea Giammarchi 2014-12-01 10:36:21 +00:00
parent c9094ba05d
commit 2b9415791c
3 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ component.json
index.html
node_modules
preview-*
svg.sh
test.*
twemoji-*
twemoji.amd.js

View File

@ -1,7 +1,7 @@
{
"name": "twemoji",
"description": "A Unicode standard based way to implement emoji across all platforms.",
"version": "v1.1.1",
"version": "v1.1.2",
"main": "./twemoji.amd.js",
"ignore": [
".git",
@ -18,6 +18,7 @@
"./package.json",
"./preview-generator.js",
"./preview-template.html",
"./svg.sh",
"./test.html",
"./test.js",
"./twemoji-generator.js",

View File

@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"name": "twemoji",
"license": ["MIT", "CC-BY-4.0"],
"description": "A Unicode standard based way to implement emoji across all platforms.",