Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Dec 19, 2021
1 parent 48fb671 commit 4c59420
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
41 changes: 28 additions & 13 deletions assets/metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
[
{
"Name": "xo",
"Description": "Lint your code using XO",
"Website": "https://github.com/gamemaker1/micro-plugin-xo",
"Tags": ["javascript", "node", "nodejs", "typescript", "linting"],
"Versions": [
{
"Version": "0.1.0",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.0/xo.zip",
"Require": { "micro": ">=1.0.3" }
}
]
}
{
"Name": "xo",
"Description": "Lint your code using XO",
"Website": "https://github.com/gamemaker1/micro-plugin-xo",
"Tags": [
"javascript",
"node",
"nodejs",
"typescript",
"linting"
],
"Versions": [
{
"Version": "0.1.0",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.0/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
},
{
"Version": "0.1.1",
"Url": "https://github.com/gamemaker1/micro-plugin-xo/releases/download/0.1.1/xo.zip",
"Require": {
"micro": ">=1.0.3"
}
}
]
}
]
2 changes: 1 addition & 1 deletion source/xo.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.1.0"
VERSION = "0.1.1"

-- xo
-- A Micro plugin that lints Typescript and Javascript files using XO
Expand Down

0 comments on commit 4c59420

Please sign in to comment.