commit 26c4622417cb786825b1b18083adfe5ce44b2756 Author: Wojtek Kosior Date: Wed Feb 9 17:03:09 2022 +0100 make resource dependency specifier an object 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": [