Skip to content

Commit

Permalink
Include LICENSE in release
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Dec 18, 2022
1 parent 2109681 commit 0044b4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.

9 changes: 5 additions & 4 deletions package.json
@@ -1,7 +1,9 @@
{
"name": "redux-remember",
"version": "3.1.7",
"version": "3.1.8",
"description": "Saves and loads your redux state from a key-value store of your choice",
"author": "Iskren Slavov <iskren.s@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/redux-remember.js",
Expand Down Expand Up @@ -41,13 +43,12 @@
]
}
},
"author": "Iskren Slavov <iskren.s@gmail.com>",
"license": "MIT",
"files": [
"dist",
"es",
"lib",
"index.d.ts"
"index.d.ts",
"LICENSE"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 0044b4f

Please sign in to comment.