Skip to content

Commit

Permalink
1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed May 17, 2023
2 parents a5c7a7d + 6b04128 commit 8e9237a
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 77 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact eslint plugin:

## [1.0.3] - (May 17, 2023)

* Updated dependencies.

## [1.0.2] - (April 6, 2023)

* Updated dependencies.
Expand Down
156 changes: 81 additions & 75 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-enact",
"version": "1.0.2",
"version": "1.0.3",
"author": "Jason Robitaille <[email protected]>",
"description": "Enact specific linting rules for ESLint",
"main": "index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^8.32.0",
"eslint": "^8.39.0",
"mocha": "^10.2.0"
}
}

0 comments on commit 8e9237a

Please sign in to comment.