Comparing version
{ | ||
"name": "path-match", | ||
"description": "wrapper around path-to-regexp for easy route parameters", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": { | ||
@@ -24,3 +24,3 @@ "name": "Jonathan Ong", | ||
"dependencies": { | ||
"http-errors": "~1.2.0", | ||
"http-errors": "~1.3.1", | ||
"path-to-regexp": "1" | ||
@@ -30,3 +30,3 @@ }, | ||
"istanbul": "0", | ||
"mocha": "1" | ||
"mocha": "2" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
# path match | ||
[![NPM version][npm-image]][npm-url] | ||
[![Latest tag][github-tag]][github-url] | ||
[![Build status][travis-image]][travis-url] | ||
@@ -10,3 +9,2 @@ [![Test coverage][coveralls-image]][coveralls-url] | ||
[![Downloads][downloads-image]][downloads-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
@@ -59,3 +57,1 @@ Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting the param names easier. | ||
[downloads-url]: https://npmjs.org/package/path-match | ||
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square | ||
[gittip-url]: https://www.gittip.com/jonathanong/ |
4759
22.97%4
33.33%56
-6.67%+ Added
- Removed
Updated