Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidep87 committed Aug 22, 2017
1 parent ccd6c8e commit 55c6ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "secure-jws-session",
"version": "0.1.9",
"version": "0.2.0",
"description": "Secure json web signature sessions with Redis",
"main": "index.js",
"scripts": {
"publish": "sh version-to-tag.sh && npm publish",
"push": "sh version-to-tag.sh && npm publish",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
Expand Down

0 comments on commit 55c6ba9

Please sign in to comment.