From 4e2c36f71a8bf82ff1cddfc782ddec525a0c7104 Mon Sep 17 00:00:00 2001 From: Karl Marx Lopez Date: Sat, 3 Oct 2020 16:06:59 +0800 Subject: [PATCH] chore: v0.1.0 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ab6bd73..e5bc87a 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "use state toggle", "toggle state" ], + "main": "dist/index.js", + "types": "dist/index.d.ts", + "module": "dist/index.js", "scripts": { "start": "react-scripts start", "build": "react-scripts build",