From 1f98a613d4c10912c19a75c266b70b85e89a0c58 Mon Sep 17 00:00:00 2001 From: sha1n Date: Sat, 26 Feb 2022 17:58:50 +0200 Subject: [PATCH] properly compiled code with exported delayed function --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 760e467..e5b87aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sha1n/about-time", - "version": "0.0.11", + "version": "0.0.12", "description": "A set of essential time related utilities", "repository": "https://github.com/sha1n/about-time", "author": "Shai Nagar", @@ -26,7 +26,7 @@ "lint": "eslint --fix --ext .js,.ts .", "jest": "DEBUG='error:*' jest --coverage", "test": "run jest && run lint", - "prepublish": "run build" + "prepublish": "npm run build" }, "devDependencies": { "@types/chance": "^1.1.3",