diff --git a/nodejs-packages/jvm-launch-utils/package.json b/nodejs-packages/jvm-launch-utils/package.json index ac100edae..32833973f 100644 --- a/nodejs-packages/jvm-launch-utils/package.json +++ b/nodejs-packages/jvm-launch-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pivotal-tools/jvm-launch-utils", - "version": "0.0.6", + "version": "0.0.7", "description": "Provides utilities useful for launching Java processes from node packages.", "files": [ "src", @@ -8,7 +8,7 @@ ], "main": "lib/index.js", "scripts": { - "preinstall": "tsc -p .", + "prepare": "tsc -p .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {