Skip to content

Commit

Permalink
chore(@nestjs) publish v5.3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Sep 24, 2018
1 parent de96648 commit 9ffbbad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "5.3.9",
"version": "5.3.10",
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"url": "https://github.com/nestjs/nest"
},
"scripts": {
"postinstall": "opencollective | exit 0"
"postinstall": "opencollective || exit 0"
},
"collective": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"bundle/*"
],
"version": "5.3.9"
"version": "5.3.10"
}

0 comments on commit 9ffbbad

Please sign in to comment.