From b5ec545abeb8ec053433e389b00923b1b551d8a4 Mon Sep 17 00:00:00 2001 From: Mikhail Poluboyarinov Date: Thu, 19 Oct 2017 18:22:37 +0300 Subject: [PATCH] change scope package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a39bc..bba5abe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero. ## Install -```npm i -s @mike1pol/omit-empty``` +```npm i -s @mikepol/omit-empty``` ## Usage