Commit 6d4e77de authored by David Dollar's avatar David Dollar

more node bootstrapping

parent 918b1528
...@@ -67,7 +67,7 @@ function resolve_version() { ...@@ -67,7 +67,7 @@ function resolve_version() {
} }
function package_engine_version() { function package_engine_version() {
version=$(cat $BUILD_DIR/package.json | $LP_DIR/vendor/json/json engines.$1) version=$(cat $BUILD_DIR/package.json | $bootstrap_node/bin/node $LP_DIR/vendor/json/json engines.$1)
if [ $? == 0 ]; then if [ $? == 0 ]; then
echo $version echo $version
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment