Skip to content

Commit

Permalink
Re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Mar 1, 2021
1 parent a8b056d commit 263115e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.4.1 (2021-03-01)
------------------

* Put `redis` dependency back.


0.4.0 (2021-03-01)
------------------

Expand Down
11 changes: 3 additions & 8 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@
"eslint": "^7.21.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"redis": "^3.0.2",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
},
"peerDependency": {
"@curveball/session": "^0.6.2",
"@types/redis": "^2.8.28",
"redis": "^2.8.0"
"@curveball/session": "^0.6.2"
},
"types": "dist/",
"nyc": {
Expand All @@ -67,7 +64,8 @@
]
},
"dependencies": {
"cookie": "^0.4.1"
"cookie": "^0.4.1",
"redis": "^3.0.2"
},
"mocha": {
"require": "ts-node/register",
Expand Down

0 comments on commit 263115e

Please sign in to comment.