@marko/compiler
Advanced tools
Comparing version 5.39.0 to 5.39.1
{ | ||
"name": "@marko/compiler", | ||
"version": "5.39.0", | ||
"version": "5.39.1", | ||
"description": "Marko template to JS compiler.", | ||
@@ -17,3 +17,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/marko-js/marko/tree/main/packages/compiler" | ||
"url": "git+https://github.com/marko-js/marko.git", | ||
"directory": "packages/compiler" | ||
}, | ||
@@ -89,3 +90,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"marko": "^5.37.0" | ||
"marko": "^5.37.1" | ||
}, | ||
@@ -92,0 +93,0 @@ "publishConfig": { |
520308