Skip to content

Commit

Permalink
Merge pull request #276 from niuware/fix-package-json
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
niuware committed Oct 6, 2021
2 parents c02652c + ca5eec0 commit aacd718
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 aacd718

Please sign in to comment.