claude code drop from npm
This commit is contained in:
4
commands/reset-limits/index.js
Normal file
4
commands/reset-limits/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const stub = { isEnabled: () => false, isHidden: true, name: 'stub' };
|
||||
export default stub;
|
||||
export const resetLimits = stub;
|
||||
export const resetLimitsNonInteractive = stub;
|
||||
Reference in New Issue
Block a user