Skip to content

Commit

Permalink
fix: export default package options
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 30, 2020
1 parent af11635 commit 78e4757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
} from '../utils'
import type { PackageJson } from './types'

interface DefaultPackageOptions {
export interface DefaultPackageOptions {
/**
* The root directory of the package
* @default process.cwd()
Expand Down

0 comments on commit 78e4757

Please sign in to comment.