chore: update import for use new ECMA features (#24987)
This commit is contained in:
parent
d5ab63b1ea
commit
c97f8109c2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const version = require('./package').version
|
||||
const {version} = require('./package')
|
||||
|
||||
const fs = require('fs')
|
||||
const os = require('os')
|
||||
|
|
Loading…
Add table
Reference in a new issue