Skip to content

Commit

Permalink
Simplify module destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
itaisteinherz committed May 29, 2019
1 parent 68d0584 commit 53d20d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/npm/util.js
Expand Up @@ -3,9 +3,8 @@ const execa = require('execa');
const pTimeout = require('p-timeout');
const ow = require('ow');
const npmName = require('npm-name');
const version = require('../version');
const {versionSatisfiesRequirement} = require('../version');

const {versionSatisfiesRequirement} = version;
exports.checkConnection = () => pTimeout(
(async () => {
try {
Expand Down

0 comments on commit 53d20d9

Please sign in to comment.