From 1a7a0801165dae85b97e1ce56412e36a25ceda3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Ulzurrun=20de=20Asanza=20i=20S=C3=A0ez?= Date: Thu, 11 Oct 2018 14:48:43 +0200 Subject: [PATCH] v1.0.2 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 925b0f0..60c00b0 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "@geoblink/lodash-mixins", - "version": "1.0.1", + "version": "1.0.2", "description": "A collection of useful functions built on top of Lodash", "main": "dist/index.js", - "files": ["dist"], + "files": [ + "dist" + ], "author": "Geoblink ", "scripts": { "test": "run-s test:*",