Skip to content

Commit

Permalink
Improve docs and release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobustamante committed Sep 16, 2016
1 parent dccc6c5 commit 02a9093
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
It is an work in progress. We have no releases yet. We are finishing the library documentantion
to release our first beta release.


# REST Services for Typescript
This is a lightweight annotation-based [expressjs](http://expressjs.com/) extension for typescript.

Expand Down
2 changes: 0 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ <h1> Typescript-rest</h1>
<div class="row">
<div class="col-8 col-content">
<div class="tsd-panel tsd-typography">
<p>It is an work in progress. We have no releases yet. We are finishing the library documentantion
to release our first beta release.</p>
<h1 id="rest-services-for-typescript">REST Services for Typescript</h1>
<p>This is a lightweight annotation-based <a href="http://expressjs.com/">expressjs</a> extension for typescript.</p>
<p>It can be used to define your APIs using ES7 decorators.</p>
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": "typescript-rest",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Library to create RESTFul APIs with Typescript",
"author": "Thiago da Rosa de Bustamante <[email protected]>",
"dependencies": {
Expand Down

0 comments on commit 02a9093

Please sign in to comment.