Skip to content

Commit

Permalink
fix(infra): fixes npm run docs
Browse files Browse the repository at this point in the history
fixed npm run docs
  • Loading branch information
pranshuchittora committed Jun 4, 2019
1 parent 6ee3c0b commit 65c08e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/utils/scaffold.ts
Expand Up @@ -4,7 +4,7 @@ import pEachSeries = require("p-each-series");
import * as path from "path";
import { findProjectRoot } from "./path-utils";

import { Error } from "../init/types";
import { Error } from "./types";
import { Config, TransformConfig } from "./modify-config-helper";
import propTypes from "./prop-types";
import astTransform from "./recursive-parser";
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/types/index.ts
@@ -1,4 +1,4 @@
interface Error {
export interface Error {
stack?: string;
message: string;
}

0 comments on commit 65c08e2

Please sign in to comment.