Enable abbreviations by default
This commit is contained in:
parent
85ebcee9ba
commit
74f2ea1e2c
3 changed files with 11 additions and 10 deletions
modules/common
|
@ -579,7 +579,7 @@ in
|
|||
package = e.nullOr e.string;
|
||||
dir = assert propXor "package" "dir" opts; e.nullOr e.string;
|
||||
tag = assert propImplies "tag" "package" opts; e.nullOr e.string;
|
||||
version = assert propImplies "tag" "package" opts; e.nullOr e.string;
|
||||
version = assert propImplies "version" "package" opts; e.nullOr e.string;
|
||||
name = e.nullOr e.string;
|
||||
main = e.nullOr e.string;
|
||||
dependencies = e.map (d: d.lua) (e.tryNonemptyList (e.stringOr lazyObjectEncoder));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue