From 7dbad1c7180dd5cd658eecdd2f42de633c93bb5d Mon Sep 17 00:00:00 2001 From: donskov Date: Tue, 1 Jun 2021 12:26:09 +0300 Subject: [PATCH] chore: .npmrc -> .yarnrc --- .npmrc | 4 ---- .yarnrc | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .npmrc create mode 100644 .yarnrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index ef43232f..00000000 --- a/.npmrc +++ /dev/null @@ -1,4 +0,0 @@ -runtime = electron -target = 11.2.3 -target_arch = x64 -disturl = https://atom.io/download/atom-shell diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 00000000..3bf21353 --- /dev/null +++ b/.yarnrc @@ -0,0 +1,4 @@ +runtime "electron" +target "11.2.3" +target_arch "x64" +disturl "https://atom.io/download/atom-shell"