Skip to content

Commit

Permalink
fix bad autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Aug 11, 2023
1 parent facaea4 commit 451f8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable new-cap */

import readPkgUp, type { NormalizedPackageJson } from 'read-pkg-up';
import readPkgUp, { type NormalizedPackageJson } from 'read-pkg-up';
import * as t from 'runtypes';

import { hasProp } from './validation';
Expand Down

0 comments on commit 451f8ad

Please sign in to comment.