diff --git a/build.sh b/build.sh index 9cb07be..610ece0 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ server_pid_file="/tmp/pepperminty-wiki-dev-server.pid"; ############################################################################### # Check out the lantern git submodule if needed -if [ ! -d "${lantern_path}" ]; then git submodule update --init "${lantern_path}"; fi +if [ ! -f "${lantern_path}/lantern.sh" ]; then git submodule update --init "${lantern_path}"; fi source "${lantern_path}/lantern.sh"; diff --git a/package-lock.json b/package-lock.json index 0bb4a93..6419e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pepperminty-wiki", - "version": "0.20.0-beta1", + "version": "0.20.0", "lockfileVersion": 1, "requires": true, "dependencies": {