Skip to content

Commit

Permalink
chore: yarn set version stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Nov 28, 2023
1 parent 2ce7085 commit babebde
Show file tree
Hide file tree
Showing 6 changed files with 6,813 additions and 3,729 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ dist/
npm-debug.log*

# Dependency management
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules/

# Coverage reports
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git/
.github/
.idea/
.yarn/
coverage/
node_modules/
tests/
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.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-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"repository": {
"type": "git",
"url": "git+https://github.com/naja-js/naja.git"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit babebde

Please sign in to comment.