Skip to content

Commit

Permalink
1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 17, 2014
1 parent 80a9404 commit 21d1ade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
unreleased
==========
1.0.0-beta.1 / 2014-11-16
=========================

* Initial release ported from Express 4.x
- Altered to work without Express
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ Simple middleware-style router

## Installation

**This module is not yet available on `npm`**

```sh
$ npm install pillarjs/router
$ npm install router
```

## API
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "router",
"description": "Simple middleware-style router",
"version": "1.0.0-beta.1",
"author": "Douglas Christopher Wilson <[email protected]>",
"license": "MIT",
"repository": "pillarjs/router",
Expand Down

0 comments on commit 21d1ade

Please sign in to comment.