Skip to content

Commit

Permalink
upgrade node & migrate to yarn 4 pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Sep 12, 2024
1 parent b4dc5a3 commit 9bcb222
Show file tree
Hide file tree
Showing 7 changed files with 13,808 additions and 9,670 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
node_modules
build
certs
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
//when using zero installs, you would
//- .pnp.*
//+ !.yarn/cache
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
v20.16.0
Empty file added .yarnrc.yml
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"saint"
],
"author": "John R. D'Orazio <priest@johnromanodorazio.com> (https://litcal.johnromanodorazio.com)",
"private": false,
"browser": "dist/index.js",
"module": "dist/index.js",
"files": [
Expand Down Expand Up @@ -55,5 +54,6 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"packageManager": "yarn@4.4.1"
}
59 changes: 0 additions & 59 deletions package.json.save

This file was deleted.

Loading

0 comments on commit 9bcb222

Please sign in to comment.