Skip to content

Commit af82859

Browse files
committed
Add nvmrc and update to latest yarn
1 parent cf61eac commit af82859

File tree

4 files changed

+1622
-1616
lines changed

4 files changed

+1622
-1616
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.11.0

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"local": "run-p -cln 'local:*'",
1919
"local:reload": "livereload . -w 2000 -d -e html,css,js,png,gif,jpg,php,php5,py,rb,erb,coffee,yaml,json",
2020
"local:server": "http-server docs -c 1 -p 8000"
21-
}
21+
},
22+
"packageManager": "[email protected]"
2223
}

0 commit comments

Comments
 (0)