1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +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 index.html
node_modules node_modules
preview-* preview-*
svg.sh
test.* test.*
twemoji-* twemoji-*
twemoji.amd.js twemoji.amd.js

View File

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

View File

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