mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-02 15:50:29 +08:00
Fix group target
This commit is contained in:
@@ -15,6 +15,7 @@ void
|
||||
pl_js_group_prelude (void)
|
||||
{
|
||||
use_this(pl_js_group);
|
||||
chef_allow_gsr(pl_js_group);
|
||||
|
||||
chef_set_created_on (this, "2023-09-09");
|
||||
chef_set_last_updated (this, "2025-07-11");
|
||||
@@ -25,10 +26,6 @@ pl_js_group_prelude (void)
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this,0);
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
chef_allow_reset();
|
||||
|
||||
chef_allow_local_mode (this, PartiallyCan,
|
||||
"支持 npm, yarn v2, pnpm, 不支持 yarn v1"
|
||||
"Support npm, yarn v2, pnpm, not yarn v1");
|
||||
@@ -54,6 +51,7 @@ void
|
||||
pl_js_nodejs_binary_prelude (void)
|
||||
{
|
||||
use_this(pl_js_nodejs_binary);
|
||||
chef_allow_gsr(pl_js_group);
|
||||
|
||||
chef_set_created_on (this, "2023-09-09");
|
||||
chef_set_last_updated (this, "2025-07-11");
|
||||
@@ -64,10 +62,6 @@ pl_js_nodejs_binary_prelude (void)
|
||||
chef_set_sous_chefs (this, 0);
|
||||
chef_set_contributors (this, 0);
|
||||
|
||||
chef_allow_get();
|
||||
chef_allow_set();
|
||||
chef_allow_reset();
|
||||
|
||||
chef_forbid_local_mode (this);
|
||||
chef_allow_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
||||
Reference in New Issue
Block a user