Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Nov 5, 2020
1 parent f011677 commit 3fe9d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pkglint/lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ export class V2PublicPackages extends ValidationRule {

public validate(pkg: PackageJson): void {
// eslint-disable-next-line @typescript-eslint/no-require-imports
const releaseJson = require(`${__dirname}/../../release.json`);
const releaseJson = require(`${__dirname}/../../../release.json`);
if (releaseJson.majorVersion === 1) {
// skip for v1
return;
Expand Down

0 comments on commit 3fe9d35

Please sign in to comment.