Skip to content

Commit

Permalink
Update check-versions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy44458 committed Jul 11, 2023
1 parent 4325fa6 commit d213ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check-versions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var chalk = require('chalk')
var semver = require('semver')
var packageConfig = require('../package.json')
var shell = require('shelljs')
// var shell = require('shelljs')
function exec (cmd) {
return require('child_process').execSync(cmd).toString().trim()
}
Expand Down

0 comments on commit d213ee8

Please sign in to comment.