rollup / rollup-plugin-node-resolve

This module has moved and is now available at @rollup/plugin-node-resolve / https://github.com/rollup/plugins/blob/master/packages/node-resolve
MIT License
469 stars 96 forks source link

Add "prepare" script for github installation #142

Closed lukastaegert closed 6 years ago

lukastaegert commented 6 years ago

This will enable the easy installation of rollup-plugin-node-resolve forks from Github via npm install <user>/rollup-plugin-node-resolve#<branch>

Similar changes have already been added to rollup and rollup-plugin-commonjs.