Skip to content

Commit

Permalink
Don't ignore V2 files in bower.json (fixes #171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Sep 5, 2016
1 parent 1f45be5 commit 5394dfe
Showing 1 changed file with 8 additions and 33 deletions.
41 changes: 8 additions & 33 deletions bower.json
Expand Up @@ -3,39 +3,14 @@
"description": "A Unicode standard based way to implement emoji across all platforms.",
"main": "./2/twemoji.amd.js",
"ignore": [
".git",
".gitignore",
".npmignore",
"16x16/",
"36x36/",
"72x72/",
"assets/",
"1/",
"2/72x72/",
"2/assets/",
"build/",
"component.json",
"node_modules/",
"index.html",
"package.json",
"preview-generator.js",
"preview-template.html",
"svg.sh",
"test.html",
"test.js",
"twemoji-generator.js",
"twemoji-dist.js",
"twemoji.js",
"twemoji.min.js",
"twemoji.npm.js",
"2/twemoji.js",
"2/twemoji.min.js",
"2/twemoji.npm.js",
"**/.*",
"node_modules/",
"bower_components/",
"test",
"tests"
"*",
"!2/72x72/*",
"!2/svg/*",
"!2/twemoji.js",
"!2/twemoji.*.js",
"!package.json",
"!LICENSE",
"!README.md"
],
"twemoji": "git://github.com/twitter/twemoji.git#gh-pages",
"homepage": "https://github.com/twitter/twemoji",
Expand Down

0 comments on commit 5394dfe

Please sign in to comment.