Skip to content

Commit

Permalink
Bug 1605231 - update Yarn to 1.21.1. r=dmose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Laster committed Dec 19, 2019
1 parent bcea924 commit 3004630
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"description": "This package file is for node modules used in mozilla-central",
"repository": {},
"license": "MPL-2.0",
"dependencies": {
"yarn": "^1.16.0"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.2.2",
Expand All @@ -23,7 +21,8 @@
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
"prettier": "1.17.0"
"prettier": "1.17.0",
"yarn": "1.21.1"
},
"notes(private)": "We don't want to publish to npm, so this is marked as private",
"private": true
Expand Down

0 comments on commit 3004630

Please sign in to comment.