Skip to content

Commit d7a2fcb

Browse files
committed
chore(release): 0.1.3
1 parent c785ae5 commit d7a2fcb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

repo.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"Name": "prettier",
44
"Description": "Format your code using Prettier",
55
"Website": "https://github.com/gamemaker1/micro-plugin-prettier",
6-
"Tags": ["javascript", "node", "nodejs", "typescript", "formatting"],
6+
"Tags": [
7+
"javascript",
8+
"node",
9+
"nodejs",
10+
"typescript",
11+
"formatting"
12+
],
713
"Versions": [
814
{
915
"Version": "0.1.0",
@@ -25,6 +31,13 @@
2531
"Require": {
2632
"micro": ">=1.0.3"
2733
}
34+
},
35+
{
36+
"Version": "0.1.3",
37+
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.3/prettier.zip",
38+
"Require": {
39+
"micro": ">=1.0.3"
40+
}
2841
}
2942
]
3043
}

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.2"
1+
VERSION = "0.1.3"
22

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

0 commit comments

Comments
 (0)