From 29258f7139c9b09ec5fd30b4b340bbb244e58fa1 Mon Sep 17 00:00:00 2001 From: Markus Hedvall Date: Mon, 20 Aug 2018 18:42:23 +0200 Subject: [PATCH] Use prepublish instead of prepare for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e09b09..88f543b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "standard": "^11.x" }, "scripts": { - "prepare": "node scripts/get-plantuml-jar.js", + "prepublish": "node scripts/get-plantuml-jar.js", "test": "standard && node test/fixtures/prepare.js && mocha", "build": "node nail/build.js" },