mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-27 03:16:23 +00:00
improved npm
This commit is contained in:
parent
179395128a
commit
b47023cb1b
20
.npmignore
20
.npmignore
@ -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
|
|
||||||
|
@ -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",
|
||||||
|
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user