Skip to content

Commit

Permalink
Upgrade: Shelljs to ^0.7.5 (fixes #7316) (#7465)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyandeeps authored and kaicataldo committed Oct 28, 2016
1 parent 1d5146f commit fe0d903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"pluralize": "^1.2.1",
"progress": "^1.1.8",
"require-uncached": "^1.0.2",
"shelljs": "^0.6.0",
"shelljs": "^0.7.5",
"strip-bom": "^3.0.0",
"strip-json-comments": "~1.0.1",
"table": "^3.7.8",
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/util/glob-util.js
Expand Up @@ -42,7 +42,7 @@ describe("globUtil", function() {
before(function() {
fixtureDir = `${os.tmpdir()}/eslint/tests/fixtures/`;
sh.mkdir("-p", fixtureDir);
sh.cp("-r", "./tests/fixtures/", fixtureDir);
sh.cp("-r", "./tests/fixtures/*", fixtureDir);
});

after(function() {
Expand Down

0 comments on commit fe0d903

Please sign in to comment.