Skip to content

Commit 2fb8ea8

Browse files
authored
chore: revert to yarn 1 (#16)
`pkg` doesnt work with yarn 2
1 parent 15e8945 commit 2fb8ea8

File tree

5 files changed

+1417
-1973
lines changed

5 files changed

+1417
-1973
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@ node_modules/
22
dist/
33
pkg/
44

5-
.yarn/*
6-
!.yarn/releases
7-
!.yarn/plugins
8-
.pnp.*
9-
105
.env

.yarn/releases/yarn-berry.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"typescript": "^3.8.3"
7575
},
7676
"dependencies": {
77-
"@shift-code/api": "workspace:^0.1.0",
78-
"@shift-code/source": "workspace:^0.1.0",
77+
"@shift-code/api": "^0.1.0",
78+
"@shift-code/source": "^0.1.0",
7979
"mkdirp": "^1.0.4",
8080
"prompts": "^2.3.2",
8181
"signale": "^1.4.0",

0 commit comments

Comments
 (0)