mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
Make `fisher
` command executable on npm install.
This commit is contained in:
parent
c9c9af9e17
commit
c99a440969
@ -18,7 +18,7 @@
|
||||
"fisher": "./fisher.fish"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "awk 'BEGIN { print(\"#!/usr/bin/env fish\") } { print($0) } END { print(\"fisher $argv\") }' < fisher.fish > fisher.fish_; mv fisher.fish_ fisher.fish"
|
||||
"install": "awk 'BEGIN { print(\"#!/usr/bin/env fish\") } { print($0) } END { print(\"fisher $argv\") }' < fisher.fish > fisher.fish_; mv fisher.fish_ fisher.fish; chmod +x fisher.fish"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user