Project

General

Profile

« Previous | Next » 

Revision 3d6ffa57

Added by koszko over 1 year ago

make resource dependency specifier an object

View differences:

test/unit/test_item_list.py
38 38
        'version': [2021, 11, 10],
39 39
        'revision': 1,
40 40
        'description': 'greets an apple',
41
        'dependencies': ['hello-message'],
41
        'dependencies': [{'identifier': 'hello-message'}],
42 42
        'scripts': [
43 43
            sample_file_ref('hello.js'),
44 44
            sample_file_ref('bye.js')

Also available in: Unified diff