From bddc7a3f4325185c6eda6fad2b671da27850f08a Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 19 Nov 2018 12:56:13 +0330 Subject: [PATCH] fix: remove extra yarn.lock from npm package --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 00518c0f..d613513e 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,6 @@ }, "files": [ "lib", - "yarn.lock", "types/index.d.ts", "types/vue.d.ts" ],