Skip to content

Commit

Permalink
chore: update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 28, 2023
1 parent 46c00ab commit a4a7d37
Show file tree
Hide file tree
Showing 5 changed files with 899 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
.vscode
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

node_modules/
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
yarnPath: .yarn/releases/yarn-3.6.0.cjs

nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"installDeps": "cd tools && pip3 install -r requirements.txt",
"build": "yarn build:json",
"build:json": "python3 tools/convertToJson.py"
}
},
"packageManager": "[email protected]"
}
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
version: 6

"uk-railway-stations@workspace:.":
version: 0.0.0-use.local
resolution: "uk-railway-stations@workspace:."
languageName: unknown
linkType: soft

0 comments on commit a4a7d37

Please sign in to comment.