diff options
author | EuAndreh <eu@euandre.org> | 2019-04-28 16:48:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-04-28 16:48:05 -0300 |
commit | 6eeca14d9b56d8a648e4733594ae1409aff377cc (patch) | |
tree | 66ec442ba5cc81fcc73618294c9aaa66b84356d9 /bash/npm.sh | |
parent | Remove stale link to bash_git.sh. (diff) | |
download | dotfiles-6eeca14d9b56d8a648e4733594ae1409aff377cc.tar.gz dotfiles-6eeca14d9b56d8a648e4733594ae1409aff377cc.tar.xz |
Deactivate npm_i helper.
Diffstat (limited to 'bash/npm.sh')
-rw-r--r-- | bash/npm.sh | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bash/npm.sh b/bash/npm.sh index 7fbe4f7..dc1974c 100644 --- a/bash/npm.sh +++ b/bash/npm.sh @@ -8,12 +8,12 @@ npm_i() { } } -npm_i eq edn-eq -npm_i react-native react-native-cli -npm_i detox detox-cli -npm_i xml2json xml2json-command -npm_i tern tern -npm_i git-ssb git-ssb -npm_i git-ssb-web git-ssb-web -npm_i shadow-cljs shadow-cljs -npm_i heroku heroku +# npm_i eq edn-eq +# npm_i react-native react-native-cli +# npm_i detox detox-cli +# npm_i xml2json xml2json-command +# npm_i tern tern +# npm_i git-ssb git-ssb +# npm_i git-ssb-web git-ssb-web +# npm_i shadow-cljs shadow-cljs +# npm_i heroku heroku |