@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
10 lines • 327 B
JavaScript
import { DependencyRule } from "./DependencyRule.js";
export class FN002031_DEVDEP_rushstack_heft extends DependencyRule {
constructor(packageVersion) {
super('@rushstack/heft', packageVersion, true);
}
get id() {
return 'FN002031';
}
}
//# sourceMappingURL=FN002031_DEVDEP_rushstack_heft.js.map