Skip to content

Commit

Permalink
[build-tsc] Fix root folder types.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed May 6, 2021
1 parent 530260d commit ae8fd47
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion alg/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/alg";
export * from "../dist/types/cubing/alg";
2 changes: 1 addition & 1 deletion bluetooth/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/bluetooth";
export * from "../dist/types/cubing/bluetooth";
2 changes: 1 addition & 1 deletion kpuzzle/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/kpuzzle";
export * from "../dist/types/cubing/kpuzzle";
2 changes: 1 addition & 1 deletion notation/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/notation";
export * from "../dist/types/cubing/notation";
2 changes: 1 addition & 1 deletion protocol/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/protocol";
export * from "../dist/types/cubing/protocol";
2 changes: 1 addition & 1 deletion puzzle-geometry/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/puzzle-geometry";
export * from "../dist/types/cubing/puzzle-geometry";
2 changes: 1 addition & 1 deletion puzzles/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/puzzles";
export * from "../dist/types/cubing/puzzles";
2 changes: 1 addition & 1 deletion stream/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/stream";
export * from "../dist/types/cubing/stream";
2 changes: 1 addition & 1 deletion twisty/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../dist/types/twisty";
export * from "../dist/types/cubing/twisty";

0 comments on commit ae8fd47

Please sign in to comment.