Skip to content

Commit ed37b3d

Browse files
committed
fix: placeholder release item
Add a placeholder release item to the `releases` property so a new added technology can be rendered directly without causing a compilation error. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fix #7
1 parent a89835d commit ed37b3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/add-technology.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ const TECHNOLOGY = {
3333
'Node.js': '',
3434
Rust: '',
3535
},
36-
releases: [],
36+
releases: [{
37+
version: '0.0.1',
38+
date: '2021-01-01T00:00:00Z'
39+
}],
3740
url: 'https://',
3841
community: 'https://',
3942
documentation: 'https://',

0 commit comments

Comments
 (0)