Skip to content

Commit

Permalink
2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Feb 19, 2019
2 parents 4f73b64 + 1ab7b80 commit ac0c5f6
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 2.0.2 (February 19, 2019)

### lint

* Added support for `eslint-plugin-jest`, with the `no-focused-tests` rule set to error for the strict ruleset (`--strict`).

## 2.0.1 (February 13, 2019)

### test

* Fixed tests being ignored when out-of-project parent directories are named `coverage`, `dist`, or `build`. Such is the case on TravisCI.

## 2.0.0 (February 11, 2019)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You would need to install an ESLint plugin for your editor first.
Then, you will need to install some packages *globally*:

```sh
npm install -g eslint eslint-plugin-react eslint-plugin-babel babel-eslint eslint-plugin-enact eslint-config-enact
npm install -g eslint eslint-plugin-react eslint-plugin-babel babel-eslint eslint-plugin-jest eslint-plugin-enact eslint-config-enact
```

## Copyright and License Information
Expand Down
81 changes: 43 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "Full-featured build environment tool for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@enact/dev-utils": "2.1.0",
"@enact/template-moonstone": "2.3.0",
"@enact/template-moonstone": "2.3.1",
"acorn": "^6.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
Expand All @@ -58,10 +58,11 @@
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.9.1",
"eslint": "5.13.0",
"eslint-config-enact": "1.4.0",
"eslint-config-enact": "1.4.1",
"eslint-loader": "2.1.2",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-enact": "0.1.3",
"eslint-plugin-jest": "22.3.0",
"eslint-plugin-react": "7.12.4",
"expose-loader": "0.7.5",
"file-loader": "3.0.1",
Expand Down

0 comments on commit ac0c5f6

Please sign in to comment.