ignore-styles icon indicating copy to clipboard operation
ignore-styles copied to clipboard

Rename to ignore-require?

Open MoOx opened this issue 8 years ago • 3 comments

Since this module is more a way to ignore any file extensions, maybe a rename can be a good idea :)

MoOx avatar Jun 12 '16 03:06 MoOx

Yep, I've been contemplating a name change for a little while now. Your suggestion is perfect! When I get some more time, I'll look into the best way to make the switch. 👍

bkonkle avatar Jun 14 '16 01:06 bkonkle

You will have to:

  • deprecate ignore-style on npm via $ npm deprecate ignore-style@"< 4.0.0" "ignore-style is now ignore-require" (use the latest version)
  • rename repo on github
  • rename package in package.json
  • update repo url in package.json
  • npm publish (with new name) :)

MoOx avatar Jun 14 '16 03:06 MoOx

ignore-require seems like a proper name for this

iamstarkov avatar Oct 04 '16 21:10 iamstarkov