Project

General

Profile

« Previous | Next » 

Revision 3d6ffa57

Added by koszko over 1 year ago

make resource dependency specifier an object

View differences:

test/unit/utils.py
118 118
        'version': [2021, 11, 10],
119 119
        'revision': 1,
120 120
        'description': 'greets an apple',
121
        'dependencies': ['hello-message'],
121
        'dependencies': [{'identifier': 'hello-message'}],
122 122
        'scripts': [
123 123
            sample_file_ref('hello.js'),
124 124
            sample_file_ref('bye.js')

Also available in: Unified diff