mathiasbynens / emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.
https://mths.be/emoji-regex
MIT License
1.74k stars 174 forks source link

Limit NPM_TOKEN dependency to `publish` command #74

Closed mathiasbynens closed 3 years ago

mathiasbynens commented 3 years ago

Maintainers using e.g. npm version or npm install shouldn’t have to set a dummy environment variable before being able to run their command. This patch makes it so.