Skip to content

Commit

Permalink
chore: Release 5.4.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Nov 7, 2018
1 parent 12fdce9 commit ab8cd96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p>
<p align="center">
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/dm/@nestjs/core.svg" alt="NPM Downloads" /></a>
<a href="https://travis-ci.org/nestjs/nest"><img src="https://api.travis-ci.org/nestjs/nest.svg?branch=master" alt="Travis" /></a>
<a href="https://www.npmjs.com/~nestjsterminus"><img src="https://img.shields.io/npm/v/@nestjs/terminus.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjsterminus"><img src="https://img.shields.io/npm/l/@nestjs/terminus.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/~nestjsterminus"><img src="https://img.shields.io/npm/dm/@nestjs/terminus.svg" alt="NPM Downloads" /></a>
<a href="https://travis-ci.org/nestjs/terminus"><img src="https://api.travis-ci.org/nestjs/terminus.svg?branch=master" alt="Travis" /></a>
<a href="https://travis-ci.org/nestjs/nest"><img src="https://img.shields.io/travis/nestjs/nest/master.svg?label=linux" alt="Linux" /></a>
<a href="https://coveralls.io/github/nestjs/nest?branch=master"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#5" alt="Coverage" /></a>
<a href="https://gitter.im/nestjs/nestjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge"><img src="https://badges.gitter.im/nestjs/nestjs.svg" alt="Gitter" /></a>
Expand Down
Empty file modified bin/deploy-gh-pages.sh
100644 → 100755
Empty file.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brunnerlivio/terminus",
"version": "5.4.0-rc9",
"name": "@nestjs/terminus",
"version": "5.4.0-rc.0",
"description": "Nest - modern, fast, powerful node.js web framework (@terminus)",
"author": "Kamil Mysliwiec",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,7 +37,8 @@
"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.6"
"typescript": "^3.1.6",
"opn": "^5.4.0"
},
"repository": {
"url": "https://github.com/BrunnerLivio/nest-terminus"
Expand Down

0 comments on commit ab8cd96

Please sign in to comment.