Skip to content

Commit

Permalink
chore(typescript): update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovidiu Barabula committed May 10, 2018
1 parent 1a09ed1 commit a96f73f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions types/config/dependencies.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
declare const _default: {
devDependencies: {
jeet: string;
rupture: string;
'jeet': string;
'normalize-styl': string;
'rupture': string;
};
};
export default _default;
5 changes: 3 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ declare const _default: ({
};
dependencies: {
devDependencies: {
jeet: string;
rupture: string;
'jeet': string;
'normalize-styl': string;
'rupture': string;
};
};
} | {
Expand Down
5 changes: 3 additions & 2 deletions types/tasks/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ declare const _default: {
};
dependencies: {
devDependencies: {
jeet: string;
rupture: string;
'jeet': string;
'normalize-styl': string;
'rupture': string;
};
};
};
Expand Down

0 comments on commit a96f73f

Please sign in to comment.