From 979490a9a9f337c4f01752d4e27f1cff2d0a2dbf Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Sun, 4 Oct 2020 14:40:12 +0100 Subject: [PATCH] Switch from prepublish to prepare --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48b19e6..b0f0268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pick-dom-element", - "version": "0.1.1", + "version": "0.1.2", "description": "Interactively pick elements in the DOM", "author": "Harry Marr", "license": "MIT", @@ -10,7 +10,7 @@ "dist" ], "scripts": { - "prepublish": "npm run build", + "prepare": "npm run build", "build": "tsc", "watch": "tsc --watch" },