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-06 14:35:46 -07:00
committed by GitHub
parent 8d84d8bc93
commit d9a14130b3
+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": {