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

Switch from the npmignore blacklist to package.json whitelist on what files to include when publishing

This commit is contained in:
Nathan Downs 2019-05-29 16:11:59 -07:00
parent 676941b7b9
commit 171655247d
2 changed files with 4 additions and 23 deletions

View File

@ -1,22 +0,0 @@
.git
.gitignore
.travis.yml
1
16x16
36x36
72x72
assets
/svg
2/72x72
2/assets
2/templates
2/test
2/utils
bower.json
build
component.json
index.html
node_modules
svg.sh
twemoji*
!2/twemoji*

View File

@ -39,5 +39,8 @@
},
"dependencies": {
"twemoji-parser": "12.0.0"
}
},
"files": [
"2/twemoji*.js"
]
}