From 81795411ea7971d54739a5d11be86fe0a76adfb3 Mon Sep 17 00:00:00 2001 From: Rares Crisan Date: Thu, 12 Dec 2019 13:47:42 -0500 Subject: [PATCH] Add types to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 72af934..7a51177 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "3.0.0", "description": "Convert CSS text to a React Native stylesheet object", "main": "index.js", + "types": "index.d.ts", "scripts": { "build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js", "test": "jest",