diff --git a/.npmignore b/.npmignore index c02e6bc1..3ac06008 100644 --- a/.npmignore +++ b/.npmignore @@ -1,18 +1,28 @@ .git .gitignore +.travis.yml +1 16x16 36x36 72x72 assets +svg +2/72x72 +2/assets +2/svg +2/templates +2/test +2/utils +2/twemoji.amd.js +2/twemoji.js +2/twemoji.min.js bower.json build component.json index.html node_modules -preview-* +preview* svg.sh test.* -twemoji-* -twemoji.amd.js -twemoji.min.js -twemoji.js +test* +twemoji* diff --git a/bower.json b/bower.json index 4236eabc..b68a498d 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.", - "main": "./twemoji.amd.js", + "main": "./2/twemoji.amd.js", "ignore": [ ".git", ".gitignore", @@ -10,6 +10,9 @@ "./36x36", "./72x72", "./assets", + "./1/", + "./2/72x72", + "./2/assets", "./build", "./component.json", "./node_modules", @@ -25,6 +28,9 @@ "./twemoji.js", "./twemoji.min.js", "./twemoji.npm.js", + "./2/twemoji.js", + "./2/twemoji.min.js", + "./2/twemoji.npm.js", "**/.*", "node_modules", "bower_components", diff --git a/package.json b/package.json index 7e27a796..222a1399 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "name": "twemoji", "license": ["MIT", "CC-BY-4.0"], "description": "A Unicode 8 standard based way to implement emoji across all platforms.",