From 772e3c954e48712abac29c71d7b35d4f17a6c3f7 Mon Sep 17 00:00:00 2001 From: Amio Date: Wed, 6 Feb 2019 10:21:04 +0800 Subject: [PATCH] fix typo in npm script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abe2ffe..96e6bf8 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "main": "index.js", "scripts": { "build": "node build.js", - "prePublishOnly": "npm run build" + "prepublishOnly": "npm run build" } }