mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
Bower ignore compatibility
This commit is contained in:
parent
2c4d66ec91
commit
590d7a3268
54
bower.json
54
bower.json
@ -6,34 +6,34 @@
|
||||
".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",
|
||||
"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",
|
||||
"node_modules/",
|
||||
"bower_components/",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user