Skip to content

Commit

Permalink
#14 Fixed package import on JS-only configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Dec 3, 2024
1 parent c47d8a5 commit 3ef8a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "react-model-view-viewmodel",
"version": "3.0.0",
"version": "3.0.1",
"description": "A library for developing ReactJS applications using Model-View-ViewModel, inspired by .NET.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"module": "./src/index.ts",
"files": [
"lib",
"LICENSE",
Expand Down

0 comments on commit 3ef8a9b

Please sign in to comment.