Skip to content

Commit

Permalink
PR review cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Feb 19, 2019
1 parent cac1d7b commit 363baf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/jest-resolve-dependencies/package.json
Expand Up @@ -16,7 +16,8 @@
},
"devDependencies": {
"jest-haste-map": "^24.0.0",
"jest-resolve": "^24.1.0"
"jest-resolve": "^24.1.0",
"jest-runtime": "^24.1.0"
},
"peerDependencies": {
"jest-haste-map": "^24.0.0",
Expand Down
Expand Up @@ -3,9 +3,7 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
'use strict';

import {tmpdir} from 'os';
import path from 'path';
Expand Down

0 comments on commit 363baf6

Please sign in to comment.