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.
This commit is contained in:
Brad Simantel
2016-07-15 09:22:25 -04:00
committed by Juan Soto
parent fc38d534b6
commit dbe41b9793
+1
View File
@@ -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": {