From 27f0175dbe3da4cbf178da46c84efcbf2852a868 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 20 Jul 2023 13:42:35 +0200 Subject: [PATCH] Update package.json --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 7b0566d..52222e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@observation.org/react-native-components", "version": "0.0.39", - "main": "lib/commonjs/index.js", + "main": "src/index.ts", "repository": "git@github.com:observation/react-native-components.git", "author": "Observation.org", "license": "MIT", @@ -32,8 +32,6 @@ "typescript": "^4.8.4" }, "react-native": "src/index.ts", - "module": "lib/module/index.js", - "types": "lib/typescript/index.d.ts", "scripts": { "lint": "tsc --noEmit && eslint src", "prepack": "bob build",