Skip to content

Commit b2d8d00

Browse files
committed
chore(release): 0.1.0
1 parent eb39494 commit b2d8d00

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

assets/metadata.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[
2-
{
3-
"Name": "prettier",
4-
"Description": "Format your code using Prettier",
5-
"Website": "https://github.com/gamemaker1/micro-plugin-prettier",
6-
"Tags": ["javascript", "node", "nodejs", "typescript", "formatting"],
7-
"Versions": []
8-
}
2+
{
3+
"Name": "prettier",
4+
"Description": "Format your code using Prettier",
5+
"Website": "https://github.com/gamemaker1/micro-plugin-prettier",
6+
"Tags": ["javascript", "node", "nodejs", "typescript", "formatting"],
7+
"Versions": [
8+
{
9+
"Version": "0.1.0",
10+
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/0.1.0/download/prettier.zip",
11+
"Require": { "micro": ">=1.0.3" }
12+
}
13+
]
14+
}
915
]

source/prettier.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.1.0"
1+
VERSION = 0.1.0
22

33
-- prettier
44
-- A micro plugin that automatically formats files using prettier on save

0 commit comments

Comments
 (0)