Comparing version 0.0.2 to 0.0.3
@@ -6,3 +6,3 @@ Contributing Code to `routr` | ||
[BSD license]: https://github.com/ouchdown/routr/blob/master/LICENSE.md | ||
[BSD license]: https://github.com/yahoo/routr/blob/master/LICENSE.md | ||
[CLA]: https://yahoocla.herokuapp.com/ |
{ | ||
"name": "routr", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A router for both server and client", | ||
@@ -23,4 +23,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "^1.0.0", | ||
"path-to-regexp": "^0.2.1", | ||
"debug": "^2.0.0", | ||
"path-to-regexp": "^1.0.0", | ||
"reverend": "^0.3.0" | ||
@@ -30,2 +30,3 @@ }, | ||
"chai": "^1.9.1", | ||
"coveralls": "^2.11.1", | ||
"istanbul": "^0.2.10", | ||
@@ -32,0 +33,0 @@ "jshint": "^2.5.1", |
@@ -1,11 +0,11 @@ | ||
Routr [![Build Status](https://travis-ci.org/yahoo/routr.svg?branch=master)](https://travis-ci.org/yahoo/routr) [![Dependency Status](https://david-dm.org/yahoo/routr.svg)](https://david-dm.org/yahoo/routr) | ||
========= | ||
# Routr [![Build Status](https://travis-ci.org/yahoo/routr.svg?branch=master)](https://travis-ci.org/yahoo/routr) [![Dependency Status](https://david-dm.org/yahoo/routr.svg)](https://david-dm.org/yahoo/routr) [![Coverage Status](https://coveralls.io/repos/yahoo/routr/badge.png?branch=master)](https://coveralls.io/r/yahoo/routr?branch=master) | ||
Routr library is an implementation of router-related functionalities that can be used for both server and client. | ||
Usage | ||
----- | ||
## Usage | ||
For more detailed examples, please check out [example applications](https://github.com/yahoo/routr/tree/master/examples); | ||
``` | ||
```javascript | ||
var Router = require('routr'), | ||
@@ -46,5 +46,4 @@ router, | ||
## License | ||
License | ||
------- | ||
This software is free to use under the Yahoo! Inc. BSD license. | ||
@@ -51,0 +50,0 @@ See the [LICENSE file][] for license text and copyright information. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12139
9
6
55
+ Addeddebug@2.6.9(transitive)
- Removeddebug@1.0.5(transitive)
- Removedpath-to-regexp@0.2.5(transitive)
Updateddebug@^2.0.0
Updatedpath-to-regexp@^1.0.0