1.0.4 • Published 9 months ago
this-package-is-deprecated v1.0.4
this package is deprecated
For when you have completely given up on your NPM package and you do not care anymore...
Instructions
npm install this-package-is-deprecated --save
And then drop the following into project's index file or startup script:
require('this-package-is-deprecated')
It displays this in the console and exits the process with code 1.
This package has a deprecation warning so when someone installs your package they will see it. It says:
npm warn deprecated this-package-is-deprecated@1.0.4: The package you are trying to install is deprecated. the owner has completely given up on their NPM package and this package is now impossible to use.
Push this to NPM and you're done. Also, you are welcome.