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