Skip to content

Commit

Permalink
Merge pull request #10 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v0.3.4
  • Loading branch information
themightychris committed Jan 14, 2024
2 parents 85b69bb + e2694a0 commit 3ca42bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkg_maintainer="Chris Alfano <chris@jarv.us>"
pkg_upstream_url="https://github.com/JarvusInnovations/habitat-compose"
pkg_license=("Apache-2.0")
pkg_build_deps=(jarvus/underscore)
pkg_deps=(core/node)
pkg_deps=(core/node14)
pkg_bin_dirs=(bin)
pkg_svc_user="root"
pkg_svc_group="root"
Expand Down Expand Up @@ -35,7 +35,7 @@ do_install() {
pushd "${CACHE_PATH}" > /dev/null
cp -r ./* "${pkg_prefix}/"
{
echo "#!$(pkg_path_for core/node)/bin/node"
echo "#!$(pkg_path_for core/node14)/bin/node"
echo
cat "${PLAN_CONTEXT}/habitat-compose.js"
} > "${pkg_prefix}/bin/habitat-compose"
Expand Down

0 comments on commit 3ca42bf

Please sign in to comment.