Skip to content

Commit

Permalink
chore: Adapt to the new JavaScript standard
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Mar 15, 2019
1 parent 31bc968 commit a703edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict'

const {getCommonPathLength} = require('common-path-start')
const {readFileSync} = require('fs')
const {basename, join, normalize} = require('path')
const { getCommonPathLength } = require('common-path-start')
const { readFileSync } = require('fs')
const { basename, join, normalize } = require('path')

const objectValues = require('object.values')
if (!Object.values) {
Expand Down

0 comments on commit a703edb

Please sign in to comment.