updated builder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "../meta.schema.json",
|
||||
"$schema": "https://git.zomo.dev/zomo/browser-scripts-builder/raw/branch/main/meta.schema.json",
|
||||
"name": "OptiFine Download Links",
|
||||
"namespace": "zomo.dev",
|
||||
"match": "https://optifine.net/*",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"strict": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
"noUnusedParameters": true,
|
||||
"types": ["../../node_modules/browser-scripts-builder"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user