diff --git a/.npmignore b/.npmignore index e45fee24..c02e6bc1 100644 --- a/.npmignore +++ b/.npmignore @@ -10,6 +10,7 @@ component.json index.html node_modules preview-* +svg.sh test.* twemoji-* twemoji.amd.js diff --git a/bower.json b/bower.json index 1c28c514..28af23c9 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index 31bf6ad0..34a3bedb 100644 --- a/package.json +++ b/package.json @@ -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.",