Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikepu-tp committed Sep 24, 2023
1 parent 986b850 commit 6baf44a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ikepu-tp/react-mvc",
"type": "module",
"version": "0.4.8",
"version": "0.4.9",
"description": "React MVC is a library for supporting MVC-like implementations in JavaScript projects.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -27,10 +27,6 @@
"url": "https://github.com/ikepu-tp/react-mvc/issues"
},
"homepage": "https://github.com/ikepu-tp/react-mvc#readme",
"files": [
"dist",
"Model"
],
"exports": {
".": {
"require": "./dist/cjs/index.js",
Expand Down

0 comments on commit 6baf44a

Please sign in to comment.