mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 00:48:12 +08:00
Do not silently install cargo-about. (#377)
This commit is contained in:
committed by
Keavon Chambers
parent
6e8f6d06d7
commit
ce1adb71a0
@@ -1,7 +1,8 @@
|
||||
// Be careful to prevent auto-formatting from breaking this file's indentation
|
||||
// Replace this file with JSON output once this is resolved: https://github.com/EmbarkStudios/cargo-about/issues/73
|
||||
|
||||
module.exports = [
|
||||
{{!
|
||||
Be careful to prevent auto-formatting from breaking this file's indentation
|
||||
Replace this file with JSON output once this is resolved: https://github.com/EmbarkStudios/cargo-about/issues/73
|
||||
}}
|
||||
GENERATED_BY_CARGO_ABOUT: [
|
||||
{{#each licenses}}
|
||||
{
|
||||
licenseName: `{{name}}`,
|
||||
@@ -18,4 +19,4 @@ module.exports = [
|
||||
],
|
||||
},
|
||||
{{/each}}
|
||||
];
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user