Skip to content

Commit a703edb

Browse files
committed
chore: Adapt to the new JavaScript standard
1 parent 31bc968 commit a703edb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict'
22

3-
const {getCommonPathLength} = require('common-path-start')
4-
const {readFileSync} = require('fs')
5-
const {basename, join, normalize} = require('path')
3+
const { getCommonPathLength } = require('common-path-start')
4+
const { readFileSync } = require('fs')
5+
const { basename, join, normalize } = require('path')
66

77
const objectValues = require('object.values')
88
if (!Object.values) {

0 commit comments

Comments
 (0)