From ca5eec0af93c2b61e0c299965ce82e01e8cf4644 Mon Sep 17 00:00:00 2001 From: Erik Lopez Date: Wed, 6 Oct 2021 09:45:03 +0900 Subject: [PATCH] Update package.json main path --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index abb8d3e..2758bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mui-rte", - "version": "2.0.0", + "version": "2.0.1", "description": "Material-UI Rich Text Editor and Viewer", "keywords": [ "material-ui", @@ -19,10 +19,11 @@ "url": "https://github.com/niuware/mui-rte/issues" }, "homepage": "https://github.com/niuware/mui-rte#readme", - "main": "dist/index.js", + "main": "index.js", "scripts": { "serve": "cross-env webpack-dev-server --mode development", - "build": "tsc" + "build": "tsc", + "watch": "tsc --watch" }, "author": "Erik Lopez", "license": "MIT",