Skip to content

Commit 625f0ff

Browse files
committed
use yarn v2
1 parent f59b9d4 commit 625f0ff

File tree

5 files changed

+2917
-1533
lines changed

5 files changed

+2917
-1533
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
.idea/**/dictionaries
66
.idea/**/shelf
77

8+
# yarn 2 (berry)
9+
.yarn/*
10+
!.yarn/releases
11+
!.yarn/plugins
12+
!.yarn/sdks
13+
!.yarn/versions
14+
.pnp.*
15+
816
# Generated files
917
.idea/**/contentModel.xml
1018

@@ -192,4 +200,4 @@ temp/
192200

193201

194202
# Devmod config
195-
config.ts
203+
config.ts

.yarn/releases/yarn-berry.js

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: ".yarn/releases/yarn-berry.js"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "src/main.ts",
66
"author": "Gabe Dunn <gabe.dunn@shaw.ca>",
77
"license": "MIT",
8-
"private": false,
98
"scripts": {
109
"dev": "nodemon --exec ts-node ./src/main.ts --strict",
1110
"lint": "prettier --check ./src",

0 commit comments

Comments
 (0)