Reverting mocha update

A nested dependency in 3.2.0 is using a version selector npm doesn't
support. Another build broke. This commit reverts the update.
This commit is contained in:
Jesse Gibson 2016-12-16 12:02:16 -07:00
parent e0fa5ff0d5
commit 778682821a

View File

@ -53,7 +53,7 @@
},
"devDependencies": {
"express": "~>4.13.4",
"mocha": "~>3.2.0",
"mocha": "~>1.9.0",
"uglify-js": "~>2.2.0"
}
}