unlink-self
v0.0.6
Published
Delete symbolic link(`node_modules/"package-name"`) of current package before run `npm install`.
Maintainers
Readme
unlink-self
Delete symbolic link(node_modules/"package-name") of current package before run npm install.
Installation
npm install unlink-selfUsages
Add this to "scripts" of package.json.
"preinstall": "unlink-self 2>&1 | echo unlink-self"License
Copyright (c) 2019 dailyrandomphoto. Licensed under the MIT license.
