Rename Indices.ts to indices.ts

This commit is contained in:
Umed Khudoiberdiev 2016-04-18 11:04:08 +05:00
parent 9f848b752b
commit a95cfe3dad
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
export * from "./indices/Index";
export * from "./indices/CompoundIndex";

2
src/decorator/indices.ts Normal file
View File

@ -0,0 +1,2 @@
export * from "./indices/Index";
export * from "./indices/CompoundIndex";