Skip to content

Commit

Permalink
chore: revert to yarn 1 (#16)
Browse files Browse the repository at this point in the history
`pkg` doesnt work with yarn 2
  • Loading branch information
trs authored May 13, 2020
1 parent 15e8945 commit 2fb8ea8
Show file tree
Hide file tree
Showing 5 changed files with 1,417 additions and 1,973 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ node_modules/
dist/
pkg/

.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

.env
56 changes: 0 additions & 56 deletions .yarn/releases/yarn-berry.js

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@shift-code/api": "workspace:^0.1.0",
"@shift-code/source": "workspace:^0.1.0",
"@shift-code/api": "^0.1.0",
"@shift-code/source": "^0.1.0",
"mkdirp": "^1.0.4",
"prompts": "^2.3.2",
"signale": "^1.4.0",
Expand Down
Loading

0 comments on commit 2fb8ea8

Please sign in to comment.