We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c960f8 commit f4cd9d3Copy full SHA for f4cd9d3
repo.json
@@ -38,6 +38,13 @@
38
"Require": {
39
"micro": ">=1.0.3"
40
}
41
+ },
42
+ {
43
+ "Version": "2.0.0",
44
+ "Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/2.0.0/prettier.zip",
45
+ "Require": {
46
+ "micro": ">=1.0.3"
47
+ }
48
49
]
50
source/prettier.lua
@@ -1,4 +1,4 @@
1
-VERSION = "0.1.3"
+VERSION = "2.0.0"
2
3
-- prettier
4
-- A micro plugin that automatically formats files using prettier on save
0 commit comments