Skip to content

Commit

Permalink
use yarn3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Jan 10, 2022
1 parent c2ca4ef commit adc64bf
Show file tree
Hide file tree
Showing 5 changed files with 793 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# dependencies
node_modules
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.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 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.1.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "pg-native",
"version": "3.0.0",
"private": true,
"main": "index.js"
"main": "index.js",
"packageManager": "yarn@3.1.1"
}
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: 5

"pg-native@workspace:.":
version: 0.0.0-use.local
resolution: "pg-native@workspace:."
languageName: unknown
linkType: soft

0 comments on commit adc64bf

Please sign in to comment.