Skip to content

Commit

Permalink
Require state v0.20 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Nov 12, 2023
1 parent 6a1b8e2 commit 044d830
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,8 @@
".": "./dist/dependable-session.esm.js"
},
"types": "./types/state.d.ts",
"files": [
"dist",
"src",
"types"
],
"keywords": [
"dependable",
"observable",
"state",
"session"
],
"files": ["dist", "src", "types"],
"keywords": ["dependable", "observable", "state", "session"],
"scripts": {
"test": "mocha",
"format": "prettier --write '**/*.js'",
Expand Down Expand Up @@ -65,7 +56,7 @@
"unexpected-sinon": "^11.1.0"
},
"dependencies": {
"@dependable/state": "^0.19.0",
"@dependable/state": ">= 0.20",
"just-clone": "^6.1.1"
}
}

0 comments on commit 044d830

Please sign in to comment.