Skip to content

Commit

Permalink
pin npm since a bug on Windows still is not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 12, 2022
1 parent 3ebe589 commit 55a5195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"lerna": "^4.0.0",
"moon-unit": "0.2.2",
"node-qunit": "^2.0.0",
"npm": "^8.5.0",
"npm": "8.3.2",
"npm-run-all": "^4.1.5",
"p-timeout": "^5.0.2",
"phantomjs-prebuilt": "~2.1.16",
Expand Down
1 change: 1 addition & 0 deletions scripts/check-dependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const getDependencies = promisify(david.getDependencies);

const ignoreEverywhere = new Set([
'moon-unit',
'npm',
]);

const ignoreInPackages = new Set([
Expand Down

0 comments on commit 55a5195

Please sign in to comment.