Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Sep 16, 2023
1 parent f8c4641 commit 6a1b8e2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"type": "module",
"name": "@dependable/session",
"version": "0.12.0",
"version": "0.13.0",
"description": "Save and restore @dependable/state to the session storage",
"module": "./dist/dependable-session.esm.js",
"exports": {
".": "./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

0 comments on commit 6a1b8e2

Please sign in to comment.