From f74e5c671aadb67aeffe2bc3eaf29371f3b05b68 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sun, 15 Jul 2018 17:42:23 +0300 Subject: [PATCH] chore(release): 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3461ada9b2..11f45af1b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependencies-hierarchy", - "version": "2.0.4", + "version": "3.0.0", "description": "Creates a dependencies hierarchy for a symlinked `node_modules`", "main": "lib/index.js", "typings": "lib/index.d.ts",