UNPKG

postinstall

Version:

Deploy files from modules after npm install

15 lines (14 loc) 249 B
{ "name": "non-exported", "version": "0.0.1", "scripts": { "postinstall": "postinstall" }, "postinstall": { "exp/dist/file.js": "link test.js" }, "dependencies": { "postinstall": "../../../", "exp": "file:../exp" } }