unlink-self
v0.0.6
Published
Delete symbolic link(`node_modules/"package-name"`) of current package before run `npm install`.
Downloads
9
Maintainers
Readme
unlink-self
Delete symbolic link(node_modules/"package-name"
) of current package before run npm install
.
Installation
npm install unlink-self
Usages
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.