lichenscript
Advanced tools
+4
-4
| { | ||
| "name": "lichenscript", | ||
| "description": "The compiler of LichenScript", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "homepage": "https://lichenscript.com/", | ||
@@ -19,6 +19,6 @@ "license": "Apache-2.0", | ||
| "optionalDependencies": { | ||
| "lichenscript-darwin-x64": "0.5.0", | ||
| "lichenscript-linux-x64": "0.5.0", | ||
| "lichenscript-darwin-arm64": "0.5.0" | ||
| "lichenscript-darwin-x64": "0.5.1", | ||
| "lichenscript-linux-x64": "0.5.1", | ||
| "lichenscript-darwin-arm64": "0.5.1" | ||
| } | ||
| } |