From f59673ebee205052147f13d08a220737173f26f0 Mon Sep 17 00:00:00 2001 From: Sarah Allen Date: Fri, 22 Nov 2019 13:51:04 -0600 Subject: [PATCH] prepublish is deprecated as npm@5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 977cdb2..247e946 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "npm run compile; onchange ./src/* -- npm run compile", "compile": "coffee --compile --output ./lib ./src", - "prepublish": "npm run compile" + "preversion": "npm run compile" }, "dependencies": { "normalizeurl": "~0.1.3",