Skip to content

Commit

Permalink
docs: import INpmConfig from npm package, not from core
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Apr 15, 2021
1 parent 4eba2e2 commit d673709
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 d673709

Please sign in to comment.