UNPKG

postinstall

Version:

Deploy files from modules after npm install

15 lines (14 loc) 256 B
{ "name": "getjustcss", "version": "0.0.1", "scripts": { "postinstall": "postinstall" }, "postinstall": { "justcss/test.css": "link test.css" }, "dependencies": { "postinstall": "../../../", "justcss": "file:../justcss" } }