Skip to content

Commit

Permalink
Merge pull request #1942 from hasparus/main
Browse files Browse the repository at this point in the history
docs: import INpmConfig from npm package, not from core
  • Loading branch information
hipstersmoothie committed Apr 15, 2021
2 parents 4eba2e2 + d673709 commit b3056ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/autorc.mdx
Expand Up @@ -31,7 +31,7 @@ You can write your `auto` configuration in a TypeScript file for easier validati
```ts
import { AutoRc } from "auto";

import { INpmConfig } from "@auto-it/core";
import { INpmConfig } from "@auto-it/npm";
import { IAllContributorsPluginOptions } from "@auto-it/all-contributors";

const npmOptions: INpmConfig = {
Expand Down

0 comments on commit b3056ad

Please sign in to comment.