Skip to content

Commit

Permalink
Merge pull request #11 from jedireza/updatez
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
jedireza committed Nov 26, 2014
2 parents 8716a71 + 46b51cf commit 6008fda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Routr

[![npm version](https://badge.fury.io/js/routr.svg)](http://badge.fury.io/js/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)
[![npm version](https://badge.fury.io/js/routr.svg)](http://badge.fury.io/js/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)
[![devDependency Status](https://david-dm.org/yahoo/routr/dev-status.svg)](https://david-dm.org/yahoo/routr#info=devDependencies)
[![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. It follows the same routing rules as [Express](http://expressjs.com/) by using the same library. This library does not use callbacks for routes, instead just mapping them to string names that can be used as application state and used within your application later. For instance in Flux, the current route would be held as state in a store.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.1",
"istanbul": "^0.2.10",
"istanbul": "^0.3.2",
"jshint": "^2.5.1",
"mocha": "^1.20.0",
"mocha": "^2.0.1",
"precommit-hook": "^1.0.2"
},
"jshintConfig": {
Expand Down

0 comments on commit 6008fda

Please sign in to comment.