@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
13 lines • 370 B
JavaScript
import { DependencyRule } from './DependencyRule.js';
export class FN002004_DEVDEP_gulp extends DependencyRule {
constructor(options) {
super({ ...options, packageName: 'gulp', isDevDep: true });
}
get id() {
return 'FN002004';
}
get supersedes() {
return ['FN021010'];
}
}
//# sourceMappingURL=FN002004_DEVDEP_gulp.js.map