Skip to content

Commit

Permalink
updated packages and change build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Berekchiyan committed Nov 18, 2023
1 parent 3e71399 commit c1961ed
Show file tree
Hide file tree
Showing 7 changed files with 1,683 additions and 899 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"sourceType": "module",
"project": [
"tsconfig.json",
"tsconfig.build.json",
"tsconfig.node.json"
]
},
Expand Down
2 changes: 1 addition & 1 deletion demo/store.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Event, State, StateManager } from "../src";
import { Event, State, StateManager } from "../dist";

type Store = {
changeFirstName: Event<string>;
Expand Down
Loading

0 comments on commit c1961ed

Please sign in to comment.