UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 317 B
import { DependencyRule } from "./DependencyRule.js"; export class FN002007_DEVDEP_ajv extends DependencyRule { constructor(packageVersion, add = true) { super('ajv', packageVersion, true, false, add); } get id() { return 'FN002007'; } } //# sourceMappingURL=FN002007_DEVDEP_ajv.js.map