ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 359d9f3219d7151501d938c04046d45370f9cfd2
parent 9891699e115d39afe4e04ed219687366873cc8a8
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Thu, 23 Jul 2015 23:13:17 +0300

Fix the issue with `path-to-regexp` module cannot be found

Although, there might be a better solution to this problem

Diffstat:
Mpackage.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -15,6 +15,7 @@ "jade": "1.11.0", "lodash": "3.10.0", "normalize.css": "3.0.3", + "path-to-regexp": "^1.2.0", "react": "^0.14.0-beta1", "react-dom": "^0.14.0-beta1", "react-routing": "0.0.3",