Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- update dependencies
- add safety measure for preventing use of npm instead of yarn on
  this repository (engines version trick)
- mention version of yarn in order to assure predictable outcomes
  • Loading branch information
ssbarnea authored and evidolob committed May 12, 2021
1 parent 52743d5 commit 813e2ce
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 549 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
}
],
"engines": {
"node": "*"
"node": "*",
"npm": "\n\nERROR: Please use yarn, npm is not supported in this repository!!!\n\n",
"yarn": "^1.22.5"
},
"bin": {
"yaml-language-server": "./bin/yaml-language-server"
Expand Down
Loading

0 comments on commit 813e2ce

Please sign in to comment.