From 858be9d257c9de17967756f99f97e9108c33f206 Mon Sep 17 00:00:00 2001 From: Elad Gil Date: Tue, 3 Jul 2018 11:11:50 +0300 Subject: [PATCH] changed prepack to prepublish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f59a9ce..7b1fad4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "jest", - "prepack": "jest && npm run lint", + "prepublish": "jest && npm run lint", "lint": "eslint index.js lib/**" }, "keywords": [