From 23d9f6c671ee771228d2adc45ad691bd4d107378 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Tue, 4 Feb 2020 20:27:31 +0300 Subject: fix: change package entry point back to index.js --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 918ff9a..a70bd90 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "react-benzin", - "version": "2.2.1", + "version": "2.2.2", "description": "A powerful React Material components library.", - "main": "dist/index.tsx", - "module": "dist/index.tsx", + "main": "dist/index.js", "files": [ "dist", "README.md" -- cgit v1.2.3