mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Switch from the npmignore blacklist to package.json whitelist on what files to include when publishing
This commit is contained in:
parent
676941b7b9
commit
171655247d
22
.npmignore
22
.npmignore
@ -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*
|
|
@ -39,5 +39,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"twemoji-parser": "12.0.0"
|
"twemoji-parser": "12.0.0"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"2/twemoji*.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user