Skip to content

Commit 82db3af

Browse files
author
Hans Kristian Flaatten
committed
Remove npm check form update.sh utility
1 parent 062488d commit 82db3af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

update.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
hash npm 2>/dev/null || { echo >&2 "npm not found, exiting."; }
5-
64
cd $(cd ${0%/*} && pwd -P);
75

86
versions=( "$@" )

0 commit comments

Comments
 (0)