diff options
-rw-r--r-- | index.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": [ |