From bdcb416fea402d66bc64a432745e8db5cf68edc6 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:53:48 +0100 Subject: [PATCH] lint:fix --- packages/@glimmer/debug/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@glimmer/debug/package.json b/packages/@glimmer/debug/package.json index d17897e57..4f54bf4df 100644 --- a/packages/@glimmer/debug/package.json +++ b/packages/@glimmer/debug/package.json @@ -1,8 +1,8 @@ { "name": "@glimmer/debug", - "description": "Utilities for helping make working in the vm easier. these should be inlined and stripped for ember usage.", "version": "0.92.2", "license": "MIT", + "description": "Utilities for helping make working in the vm easier. these should be inlined and stripped for ember usage.", "sideEffects": false, "repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/debug", "type": "module",