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