1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00

cleaner bower

This commit is contained in:
Andrea Giammarchi 2014-11-06 23:01:58 +00:00
parent 0f6787a31a
commit db01efff07

View File

@ -1,7 +1,7 @@
{
"name": "twemoji",
"description": "A Unicode standard based way to implement emoji across all platforms.",
"version": "1.0.0",
"version": "v1.0.0",
"main": "./twemoji.amd.js",
"ignore": [
".git",
@ -16,13 +16,28 @@
"./package.json",
"./preview-generator.js",
"./preview-template.html",
"./preview.html",
"./test.html",
"./test.js",
"./twemoji-generator.js",
"./twemoji-dist.js",
"./twemoji.js",
"./twemoji.min.js",
"./twemoji.npm.js"
"./twemoji.npm.js",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "https://github.com/twitter/twemoji",
"authors": [
"Twitter, Inc."
],
"moduleType": [
"amd"
],
"license": [
"MIT",
"CC-BY-4.0"
]
}