Skip to content

Commit

Permalink
Merge pull request #20 from shoonia/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shoonia authored Mar 5, 2024
2 parents 699287f + 2e7f356 commit 41191ba
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"path": "./src/index.js",
"import": "{ createStoreon }",
"limit": "328 B"
"limit": "336 B"
}
]
152 changes: 76 additions & 76 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storeon-velo",
"version": "5.0.0-rc.4",
"version": "5.0.0-rc.5",
"description": "A tiny event-based state manager Storeon for Velo by Wix",
"type": "module",
"main": "src/index.js",
Expand All @@ -13,10 +13,10 @@
"test": "node --experimental-vm-modules node_modules/.bin/jest"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.1",
"@evilmartians/lefthook": "^1.6.5",
"@size-limit/preset-small-lib": "^11.0.2",
"@types/jest": "^29.5.12",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"size-limit": "^11.0.2"
Expand Down
Loading

0 comments on commit 41191ba

Please sign in to comment.