Skip to content

Commit 3ca42bf

Browse files
Merge pull request #10 from JarvusInnovations/develop
Release: v0.3.4
2 parents 85b69bb + e2694a0 commit 3ca42bf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plan.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkg_maintainer="Chris Alfano <[email protected]>"
44
pkg_upstream_url="https://github.com/JarvusInnovations/habitat-compose"
55
pkg_license=("Apache-2.0")
66
pkg_build_deps=(jarvus/underscore)
7-
pkg_deps=(core/node)
7+
pkg_deps=(core/node14)
88
pkg_bin_dirs=(bin)
99
pkg_svc_user="root"
1010
pkg_svc_group="root"
@@ -35,7 +35,7 @@ do_install() {
3535
pushd "${CACHE_PATH}" > /dev/null
3636
cp -r ./* "${pkg_prefix}/"
3737
{
38-
echo "#!$(pkg_path_for core/node)/bin/node"
38+
echo "#!$(pkg_path_for core/node14)/bin/node"
3939
echo
4040
cat "${PLAN_CONTEXT}/habitat-compose.js"
4141
} > "${pkg_prefix}/bin/habitat-compose"

0 commit comments

Comments
 (0)