Skip to content

Commit

Permalink
chore(): publish 6.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 28, 2019
1 parent e821c87 commit b569a52
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@nestjs/passport",
"version": "6.1.0",
"description":
"Nest - modern, fast, powerful node.js web framework (@passport)",
"version": "6.1.1",
"description": "Nest - modern, fast, powerful node.js web framework (@passport)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"scripts": {
Expand All @@ -28,6 +27,9 @@
"typescript": "3.7.2"
},
"lint-staged": {
"*.ts": ["prettier --write", "git add"]
"*.ts": [
"prettier --write",
"git add"
]
}
}

0 comments on commit b569a52

Please sign in to comment.