From 0471e88d3698a493dc89abd7103345bddf7fadfe Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Thu, 30 Jul 2020 08:16:00 -0700 Subject: [PATCH] feat: add Marko 5 as supported peerDependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b684e0..ad53144 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "main": "transform/node.js", "peerDependencies": { - "marko": "^3 || ^4" + "marko": "^3 || ^4 || ^5" }, "repository": { "type": "git",