From 05c6e10916a2ef541a33e49723100eb2fc0d1841 Mon Sep 17 00:00:00 2001 From: zkochan Date: Fri, 10 Nov 2017 23:44:48 +0200 Subject: [PATCH] chore(release): 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e5f8f7be1..09a6509c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pnpm-list", - "version": "1.1.0", + "version": "2.0.0", "description": "List installed packages in a symlinked `node_modules`", "main": "lib/index.js", "typings": "lib/index.d.ts",