Skip to content

Commit

Permalink
6.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Oct 5, 2023
2 parents 1ba1fda + b4f97a2 commit 68c8865
Show file tree
Hide file tree
Showing 4 changed files with 15,064 additions and 6,951 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.3 (October 5, 2023)

* Updated `prettier` version to `^3.0.1` and `eslint-plugin-prettier` version to `^5.0.0`.

## 6.0.2 (July 26, 2023)

* Updated `chalk` version to `^5.3.0`.
Expand Down
10 changes: 6 additions & 4 deletions commands/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ function api({cliInfo = false, dev = false} = {}) {
} else {
const app = require('@enact/dev-utils').optionParser;
const meta = require(path.join(app.context, 'package.json'));
const bl = require(resolveSync('browserslist', {
basedir: path.dirname(require.resolve('@enact/dev-utils/package.json')),
preserveSymlinks: false
}));
const bl = require(
resolveSync('browserslist', {
basedir: path.dirname(require.resolve('@enact/dev-utils/package.json')),
preserveSymlinks: false
})
);
app.setEnactTargetsAsDefault();
console.log(chalk.yellow.bold('==Project Info=='));
console.log(`Name: ${app.name}`);
Expand Down
Loading

0 comments on commit 68c8865

Please sign in to comment.