From a22b354ca8c40d3d754368427235e4b68dbf8886 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Fri, 3 May 2019 22:43:18 +1000 Subject: [PATCH] remove old file --- "\303\256ndex.d.ts" | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 "\303\256ndex.d.ts" diff --git "a/\303\256ndex.d.ts" "b/\303\256ndex.d.ts" deleted file mode 100644 index eb11965..0000000 --- "a/\303\256ndex.d.ts" +++ /dev/null @@ -1,7 +0,0 @@ -/** - * this file is for typings produced by `npm run compile:dev` in scenarios in which the library is developed at the same time - * with a library based on this one - * this file is not used during production, in those scenarios the "types" field of package.json is responsible for typing location - */ -export * from './build/src'; -export {default} from './build/src';