Skip to content

Commit

Permalink
v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Dec 6, 2019
1 parent 21eb10b commit 48639e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-beta.0"
"version": "1.0.0-beta.1"
}
2 changes: 1 addition & 1 deletion packages/check-es-compat/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/check-es-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-es-compat",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "CLI tool for checking JavaScript code compatibility with target browsers and Node.js versions",
"keywords": [
"browser",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"eslint": "^6.7.2",
"eslint-plugin-ecmascript-compat": "^1.0.0-beta.0"
"eslint-plugin-ecmascript-compat": "^1.0.0-beta.1"
},
"engines": {
"node": ">=8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ecmascript-compat/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/eslint-plugin-ecmascript-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ecmascript-compat",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "ESLint plugin for checking JavaScript code compatibility with target browsers and Node.js versions",
"keywords": [
"browser",
Expand Down

0 comments on commit 48639e7

Please sign in to comment.