1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +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 .git
.gitignore .gitignore
.travis.yml
1
16x16 16x16
36x36 36x36
72x72 72x72
assets 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 bower.json
build build
component.json component.json
index.html index.html
node_modules node_modules
preview-* preview*
svg.sh svg.sh
test.* test.*
twemoji-* test*
twemoji.amd.js twemoji*
twemoji.min.js
twemoji.js

View File

@ -1,7 +1,7 @@
{ {
"name": "twemoji", "name": "twemoji",
"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": "./twemoji.amd.js", "main": "./2/twemoji.amd.js",
"ignore": [ "ignore": [
".git", ".git",
".gitignore", ".gitignore",
@ -10,6 +10,9 @@
"./36x36", "./36x36",
"./72x72", "./72x72",
"./assets", "./assets",
"./1/",
"./2/72x72",
"./2/assets",
"./build", "./build",
"./component.json", "./component.json",
"./node_modules", "./node_modules",
@ -25,6 +28,9 @@
"./twemoji.js", "./twemoji.js",
"./twemoji.min.js", "./twemoji.min.js",
"./twemoji.npm.js", "./twemoji.npm.js",
"./2/twemoji.js",
"./2/twemoji.min.js",
"./2/twemoji.npm.js",
"**/.*", "**/.*",
"node_modules", "node_modules",
"bower_components", "bower_components",

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.4", "version": "2.0.5",
"name": "twemoji", "name": "twemoji",
"license": ["MIT", "CC-BY-4.0"], "license": ["MIT", "CC-BY-4.0"],
"description": "A Unicode 8 standard based way to implement emoji across all platforms.", "description": "A Unicode 8 standard based way to implement emoji across all platforms.",