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"