From 2994b2ffcbafc93854091b42d8ad55aadff6cef5 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 18 Sep 2019 12:29:23 -0700 Subject: [PATCH] Merge pull request #19 from jmparsons/hotfix-types Fixed location of types. --- packages/animated-switch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/animated-switch/package.json b/packages/animated-switch/package.json index 1e1ed002..957bff9d 100644 --- a/packages/animated-switch/package.json +++ b/packages/animated-switch/package.json @@ -5,7 +5,7 @@ "main": "lib/commonjs/index.js", "react-native": "lib/module/index.js", "module": "lib/module/index.js", - "types": "lib/typescript/src/index.d.ts", + "types": "lib/typescript/index.d.ts", "author": "", "license": "MIT", "files": [