1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

improved npm

This commit is contained in:
Andrea Giammarchi 2016-03-02 23:07:24 +00:00
parent 179395128a
commit b47023cb1b
3 changed files with 23 additions and 7 deletions

View File

@ -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*

View File

@ -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",

View File

@ -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.",