Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbarag committed Jun 17, 2021
1 parent 123fc09 commit 5ff4b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.2.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hulu/eslint-plugin-brightscript",
"version": "0.1.1",
"version": "0.2.0",
"description": "Brightscript plugin for ESLint",
"main": "dist/index.js",
"author": "Hulu",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hulu/eslint-parser-brightscript",
"version": "0.1.1",
"version": "0.2.0",
"description": "parser that converts a brs AST to estree.",
"main": "dist/index.js",
"author": "Hulu",
Expand Down

0 comments on commit 5ff4b1f

Please sign in to comment.