Skip to content

Commit

Permalink
Update package.json main path
Browse files Browse the repository at this point in the history
  • Loading branch information
niuware committed Oct 6, 2021
1 parent c02652c commit ca5eec0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ca5eec0

Please sign in to comment.