8 lines
199 B
Bash
8 lines
199 B
Bash
cite about-plugin
|
|
about-plugin 'Node.js helper functions'
|
|
|
|
pathmunge ./node_modules/.bin
|
|
|
|
# Make sure the global npm prefix is on the path
|
|
[[ `which npm` ]] && pathmunge $(npm config get prefix)/bin
|