Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheibel committed Sep 20, 2022
1 parent e48187f commit 658fd6f
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redux-yjs-bindings",
"description": "Use Yjs to sync your Redux store with other peers!",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"files": [
"dist",
Expand Down Expand Up @@ -43,7 +43,9 @@
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testPathIgnorePatterns": ["examples"]
"testPathIgnorePatterns": [
"examples"
]
},
"dependencies": {
"recursive-diff": "^1.0.8",
Expand Down

0 comments on commit 658fd6f

Please sign in to comment.