Skip to content

Commit

Permalink
chore: version 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Dec 23, 2023
1 parent da618b3 commit cc5b8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ya-signals",
"version": "0.9.9",
"version": "0.9.10",
"description": "React application architecture on MobX.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"moduleResolution": "node",
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true
"skipLibCheck": true
},
"include": ["src"]
}

0 comments on commit cc5b8f7

Please sign in to comment.