Skip to content

Commit

Permalink
🔨 add yarn set version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebclem committed May 4, 2022
1 parent 918fb80 commit 7d14299
Show file tree
Hide file tree
Showing 5 changed files with 1,578 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.yarn

**/.yarn/cache
**/.yarn/install-state.gz
# TypeScript v1 declaration files
typings/

Expand Down Expand Up @@ -108,4 +108,4 @@ status.json
conf.json
webdav_conf.json

.idea
.idea
785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions nextcloud_backup/rootfs/opt/nextcloud_backup/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.0.cjs

0 comments on commit 7d14299

Please sign in to comment.