From 26c4622417cb786825b1b18083adfe5ce44b2756 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 9 Feb 2022 17:03:09 +0100 Subject: make resource dependency specifier an object --- index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.json b/index.json index e5a4a20..c8dcf9a 100644 --- a/index.json +++ b/index.json @@ -128,7 +128,7 @@ // Resource's "dependencies" array shall contain names of other // resources that (in case of scripts at least) should get evaluated // on a page before this resource's own scripts. - "dependencies": ["hello-message"], + "dependencies": [{"identifier": "hello-message"}], // Array of javascript files that belong to this resource. "scripts": [ -- cgit v1.2.3