Skip to content

Commit

Permalink
Merge branch 'release/2.0.0-beta.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Nov 16, 2017
2 parents 8ac9744 + ab6dbd1 commit 87e29b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = {
migrate: banner('db.migrate'),
rollback: banner('db.migrate.rollback'),
dbReset: banner('db.reset'),
seed: banner('seed'),
seed: banner('db.seed'),
clean: banner('clean')
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-typescript-boilerplate",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "A delightful way to building a RESTful API with NodeJs & TypeScript",
"main": "src/app.ts",
"scripts": {
Expand Down

0 comments on commit 87e29b1

Please sign in to comment.