From dbe41b9793830f5982d1ca3dfc62eee0142b3d20 Mon Sep 17 00:00:00 2001 From: Brad Simantel Date: Wed, 6 Jul 2016 14:35:46 -0700 Subject: [PATCH] Add pathname-match dependency to mailbox example The pathname-match module is being required in the pathname element, but wasn't actually included as a dependency. --- examples/mailbox/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mailbox/package.json b/examples/mailbox/package.json index 9a1e58b..c14dfc1 100644 --- a/examples/mailbox/package.json +++ b/examples/mailbox/package.json @@ -11,6 +11,7 @@ "dependencies": { "css-wipe": "^4.2.1", "dateformat": "^1.0.12", + "pathname-match": "^1.1.3", "tachyons": "^4.0.0-beta.33" }, "devDependencies": {