mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-26 00:15:54 +00:00
Don't ignore V2 files in bower.json (fixes #171)
This commit is contained in:
parent
1f45be55b2
commit
5394dfe0c0
41
bower.json
41
bower.json
@ -3,39 +3,14 @@
|
|||||||
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
||||||
"main": "./2/twemoji.amd.js",
|
"main": "./2/twemoji.amd.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".git",
|
"*",
|
||||||
".gitignore",
|
"!2/72x72/*",
|
||||||
".npmignore",
|
"!2/svg/*",
|
||||||
"16x16/",
|
"!2/twemoji.js",
|
||||||
"36x36/",
|
"!2/twemoji.*.js",
|
||||||
"72x72/",
|
"!package.json",
|
||||||
"assets/",
|
"!LICENSE",
|
||||||
"1/",
|
"!README.md"
|
||||||
"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"
|
|
||||||
],
|
],
|
||||||
"twemoji": "git://github.com/twitter/twemoji.git#gh-pages",
|
"twemoji": "git://github.com/twitter/twemoji.git#gh-pages",
|
||||||
"homepage": "https://github.com/twitter/twemoji",
|
"homepage": "https://github.com/twitter/twemoji",
|
||||||
|
Loading…
Reference in New Issue
Block a user