Skip to content

Commit

Permalink
resolvePackage is not provided by Environment v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 14, 2023
1 parent cd1adf6 commit eaa30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { SpawnCommandMixin } from './actions/spawn-command.js';
import { GitMixin } from './actions/user.js';
import { TasksMixin } from './actions/lifecycle.js';

type Environment = BaseEnvironment<QueuedAdapter> & { resolvePackage: any };
type Environment = BaseEnvironment<QueuedAdapter>;

const _filename = fileURLToPath(import.meta.url);
const _dirname = dirname(_filename);
Expand Down

0 comments on commit eaa30f2

Please sign in to comment.